SysAlloc::Free

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

Free frees the block of memory allocated by Alloc or Realloc.

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.