MEMFreeToAllocator

C Specification

#include <revolution/mem.h>

void MEMFreeToAllocator( MEMAllocator* pAllocator, void* memBlock );

Arguments

pAllocator Address of the MemAllocator structure.
memBlock Pointer to the memory block to Free.

Return Values

None.

Description

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.

See Also

MEMAllocFromAllocator

Revision History

2006/03/01 Initial version.


CONFIDENTIAL