Frees the memory pointed to by a specified pointer.
function SysFreeMem(P: Pointer): Integer;
int SysFreeMem(void * P);
When implementing a custom memory manager, use SysFreeMem to free the memory pointed to by the P parameter.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|