RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.RegisterExpectedMemoryLeak Function

Registers an expected memory leak.

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

RegisterExpectedMemoryLeak registers a memory location that an application has allocated and does not expect to free. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!