Mount Fuji Engine  0.8b
Data Fields
MFMemoryCallbacks Struct Reference

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...
 

Detailed Description

Used to store a set of memoy allocation callbacks used when registering custom heaps.


The documentation for this struct was generated from the following file: