NNS_FndFreeToAllocator

Syntax

#include <nnsys/fnd.h>
void NNS_FndFreeToAllocator(NNSFndAllocator* pAllocator, void* memBlock);

Arguments

pAllocator NNSFndAllocator Structure Address.
memBlock Pointer to the memory block that will be freed.

Return Values

None.

Description

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.

See Also

NNS_FndAllocFromAllocator

Revision History

2004/08/02 Initial version.


CONFIDENTIAL