Alloc allocates a large block of memory of specified size to the heap.
Parameters |
Description |
UPInt size |
Required size of the memory block. |
UPInt align |
Used for alignment purposes. |
Pointer to the newly allocated block or null if no space is available.