virtual bool Free(void* ptr, UPInt size, UPInt align);
Free releases the block of memory allocated by Alloc.
A Boolean value of true if the block of memory is released otherwise false.