#include <revolution/mem.h> void MEMFreeToAllocator( MEMAllocator* pAllocator, void* memBlock );
pAllocator |
Address of the MemAllocator structure. |
memBlock |
Pointer to the memory block to Free. |
None.
Returns the memory block to the allocator and frees the memory block.
The implementation depends on the setting of the allocator and the memory manager related to the allocator.
2006/03/01 Initial version.
CONFIDENTIAL