AllocatorBaseLH::Alloc

AllocatorBaseLH::Alloc
static void* Alloc(const void* pheapAddr, 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* pheapAddr 
Pointer to address of the memory blocks. 
UPInt size 
Size of the memory block. 
Return Value

Pointer to the memory block.