debug_malloc
void *debug_malloc(size_t bytes, const char *file, int line);
#define malloc(bytes) debug_malloc(bytes, __FILE__, __LINE__)