Category: Debugging

  • debugging MSVC++ CRTL memory leaks

    It seems like none of the docs on this subject are quite complete. One of the most missed issues is that there can be multiple heaps in a single process. DLLs that use the CRTL, for example, can get a module-local heap. Each heap will get a separate run of the dump activity, so the…