Top "Crtdbg.h" questions

_CRTDBG_MAP_ALLOC not showing file name

I am trying to detect memory leak, and I am using make _CRTDBG_MAP_ALLOC macro to locate where the …

c++ debugging memory-leaks crtdbg.h
Override new operator in C++ while crtdbg.h is causing conflicts

While trying out some memory tracking and preparation for my own memory manager, I tried to override the new operator. …

c++ memory-management stl new-operator crtdbg.h