Reserve sufficient space for a node at the specified level from the specified poolManager, and return the address of the reserved memory.

Synopsis

Declared in <bdlcc_skiplist.h>

static
void*
allocate(
    PoolManager* poolManager,
    int level);

Created with MrDocs