Destroy the specified poolManager which was allocated from the specified basicAllocator. The behavior is undefined if poolManager was not allocated from basicAllocator.

Synopsis

Declared in <bdlcc_skiplist.h>

static
void
deletePoolManager(
    bslma::Allocator* basicAllocator,
    PoolManager* poolManager);

Created with MrDocs