BloombergLP::bdlcc::SkipList_PoolUtil::deallocate

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

NameDescription
poolManagerpool that allocated address
addressnode address to return to the pool