AllocatorBaseGH

AllocatorBaseGH
Scaleform::AllocatorBaseGH
Declaration
template <int SID = Stat_Default_Mem>
class AllocatorBaseGH;
Description

AllocatorBaseGH is a global allocator interface which allocates memory for items coming from GlobalHeap. StatId must be specified for useful memory tracking to be performed.

Methods
Method 
Description 
Allocates memory blocks while automatically identifying heap and allocation id based on the specified address. 
Free 
Frees the memory block allocated by Alloc or Realloc
Reallocates a memory block allocated by Alloc to a new size. 
File

SF_Allocator.h