Alloc allocates a large block of memory of specified size to the heap.
Parameters |
Description |
UPInt size |
Required size of the block. |
UPInt align |
Memory address alignment value of zero or power of two if alignment is supported. If unsupported, this argument can be ignored. |
The newly allocated block.