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