SysAllocWinAPI::Free

SysAllocWinAPI::Free
virtual bool Free(void* ptr, UPInt size, UPInt align);
Description

Free releases the virtual block of memory allocated by Alloc.

Parameters
Parameters 
Description 
void* ptr 
Pointer to the block of memory which is to be released. 
UPInt size 
Size of the memory block. 
UPInt align 
Memory address alignment value provided by the allocator and is always a power of two. 
Return Value

A Boolean value of true if the memory is released otherwise false.