SysAllocPagedMalloc::Free

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

Free releases the 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 
Alignment argument which can be ignored if alignment is not supported otherwise a value of zero or power of two for memory address alignment. 
Return Value

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