#include <nnsys/fnd.h>
void NNS_FndFreeToAllocator(NNSFndAllocator* pAllocator, void* memBlock);
pAllocator | NNSFndAllocator Structure Address. |
memBlock | Pointer to the memory block that will be freed. |
None.
Returns the memory block to the allocator and frees the memory block.
The implementation of this depends on the setting of the allocator and the memory manager related to the allocator.
2004/08/02 Initial version.
CONFIDENTIAL