Return the node at address to poolManager.
Synopsis
Declared in <bdlcc_skiplist.h>
static
void
deallocate(
PoolManager* poolManager,
void* address);
Description
The behavior is undefined if address was not allocated from poolManager.
Parameters
Name |
Description |
poolManager |
pool that allocated |
address |
node address to return to the pool |
Created with MrDocs