

#include <nitro/mi.h>
void MI_CallFree(MIAllocator *allocator, void *buffer);| allocator | Pointer to the MIAllocator structure to access.The allocator must have been initialized using MI_InitAllocator(). |
| buffer | Memory to be deallocated. |
None.
Frees memory to the allocator using the MIAllocator structure.
Internally, this just calls the callback function for memory deallocation specified in MI_InitAllocator().
For more information, see the reference for the MIAllocator structure.
MIAllocator, MIAllocatorAllocFunction, MIAllocatorFreeFunction
MI_CallAlloc
2007/06/12 Initial version.
CONFIDENTIAL