3#ifndef TMEMORY_USE_DLMALLOC
15 void* pMem = GlobalAlloc( 64, a_uiSize );
Core memory management system for the Toshi engine.
#define TOSHI_NAMESPACE_START
#define TOSHI_NAMESPACE_END
void * SysAlloc(TSIZE a_uiSize)
Allocates memory from the system heap.
void SysFree(void *a_pMem)
Frees memory back to the system heap.