AllocatorBaseDH::Alloc

AllocatorBaseDH::Alloc
static void* Alloc(const void* pheap, 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 
const void* pheap 
Pointer to memory heap for allocation. 
UPInt size 
Size of the memory block. 
Return Value

Pointer to the memory block.