AllocAutoHeap allocates memory block while automatically identifying heap and allocation id based on the specified address.
Parameters |
Description |
const void * thisPtr |
Pointer to the heap. |
UPInt size |
The size of the memory allocation. |
const AllocInfo* info = 0 |
Debug support stored with every allocation. |
UPInt align |
A value of zero or power of two for aligning memory. |
Newly allocated heap.