RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.UnregisterExpectedMemoryLeak Function

Unregisters an expected memory leak.

Pascal
function UnregisterExpectedMemoryLeak(P: Pointer): boolean;
C++
boolean UnregisterExpectedMemoryLeak(void * P);

System

UnregisterExpectedMemoryLeak removes a memory location from the Memory Manager's list of expected memory leaks. 

 

Memory Management 

Configuring the Memory Manager 

Registering Memory Leaks 

RegisterExpectedMemoryLeak 

ReportMemoryLeakOnShutdown

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!