static void SF_STDCALL SetGlobalHeap(MemoryHeap * heap);
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 |
Description |
MemoryHeap * heap |
Pointer to MemoryHeap object. |