GCC memory leak detection equivalent to Microsoft crtdbg.h?

后端 未结 7 2104
悲&欢浪女
悲&欢浪女 2020-12-13 04:41

After many years of working on a general-purpose C++ library using the Microsoft MSVC compiler in Visual Studio, we are now porting it to Linux/Mac OS X (pray for us). I hav

7条回答
  •  一向
    一向 (楼主)
    2020-12-13 04:59

    You should have a look at "Cross-Platform Memory Leak Detector", looks very similar to the crtdbg.h technique.

提交回复
热议问题