static void* Alloc(const void*, UPInt size, const char*, unsigned);
Alloc allocates memory blocks while automatically identifying heap and allocation id based on the specified address.
Parameters |
Description |
UPInt size |
Size of the memory block. |
Pointer to the memory block.