Memory::SetGlobalHeap

Memory::SetGlobalHeap
static void SF_STDCALL SetGlobalHeap(MemoryHeap * heap);
Description

SetGlobalHeap sets the global heap object through which all memory allocations take place. SetGlobalHeap or GFx::System::Init initializes the global heap and must be called before any allocations are performed.

Parameters
Parameters 
Description 
MemoryHeap * heap 
Pointer to MemoryHeap object.