Does anyone know if Delphi 2007 has it's own memory manager?
I want to check my application for memory leaks, so i wish to report all memory leaks when i close my application. Any help?
PS: I know the ReportMemoryLeaksOnShutdown works for
Win32 Applications in Delphi2007, but im using a
VCL.NET Application.
Thanks