AllocatorBaseGH::Alloc

AllocatorBaseGH::Alloc
static void* Alloc(const void*, UPInt size, const char*, unsigned);
Description

Alloc allocates memory blocks while automatically identifying heap and allocation id based on the specified address.

Parameters
Parameters 
Description 
UPInt size 
Size of the memory block. 
Return Value

Pointer to the memory block.