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