SysAllocPaged::Free

SysAllocPaged::Free
virtual bool Free(void* ptr, UPInt size, UPInt align) = 0;
Description

Free frees the block of memory allocated by Alloc.

Parameters
Parameters 
Description 
void* ptr 
Pointer to the block which is to be released. 
UPInt size 
Size of the original memory block. 
UPInt align 
Memory address alignment value of zero or power of two if alignment is supported. If unsupported, this argument can be ignored. 
Return Value

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