Mount Fuji Engine
0.8b
|
Memory allocaiton callbacks. More...
Data Fields | |
void *(* | pMalloc )(size_t bytes, void *pUserData) |
Pointer to function used to allocate memory. More... | |
void(* | pFree )(void *pMemory, void *pUserData) |
Pointer to function used to free memory. More... | |
Used to store a set of memoy allocation callbacks used when registering custom heaps.