实现malloc_dbg,calloc_dbg,free_dbg和printLeaks完整源码 实现了以下4个接口 完整malloc_dbg.h头文件源码 完整malloc_dbg.c源文件源码 malloc_dbg,calloc_dbg,free_dbg和printLeaks的完整源码(main函数测试) 实现了以下4个接口 void* malloc_dbg(size_t bytes, int line, const char* filename, const char* functionName); v