Free releases the block of memory allocated by Alloc.
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. |
A Boolean value of true if the memory is released otherwise false.