SysAllocMalloc

SysAllocMalloc
Scaleform::SysAllocMalloc
Declaration
class SysAllocMalloc : public SysAllocBase_SingletonSupport<SysAllocMalloc, SysAlloc>;
Description

SysAllocMalloc is an malloc version of SysAlloc interface which uses standard library functions such as memalign() and free(). It is better to use this malloc version instead of SysAllocPaged derived implementation since it is more efficient and doesn't require large alignment.

Methods
Method 
Description 
Initializes SysAllocMalloc object. 
Initializes SysAllocMalloc object. 
File

HeapMH_SysAllocMalloc.h