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