ReturnPoolMem
Returns a memory pool entry.
Synopsis
void ReturnPoolMem (MemPoolPtr memPool, void* poolEntry)
Description
Returns a memory pool entry to the list of available entries.
ReturnPoolMem()
updates the availList
field of
the memory pool so that it specifies the returned entry.
Arguments
memPool
- Memory pool to which the entry is returned.
poolEntry
- Pointer to the entry.
Return Value
- None
Associated Files
MemPool.h
See Also
AllocPoolMem,
MemPool