[#BloombergLP-bdlcc-SkipList_PoolUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::SkipList_PoolUtil :relfileprefix: ../../ :mrdocs: This component‐private utility handles the lock‐free pool of list nodes. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SkipList_PoolUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/SkipList_PoolUtil/PoolManager.adoc[`PoolManager`] | Type of the pool manager used by this utility. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/SkipList_PoolUtil/allocate.adoc[`allocate`] | Reserve memory for a node at the specified `level`. | xref:BloombergLP/bdlcc/SkipList_PoolUtil/createPoolManager.adoc[`createPoolManager`] | Create a pooled node allocator for up to `numLevels` levels. | xref:BloombergLP/bdlcc/SkipList_PoolUtil/deallocate.adoc[`deallocate`] | Return the node at `address` to `poolManager`. | xref:BloombergLP/bdlcc/SkipList_PoolUtil/deletePoolManager.adoc[`deletePoolManager`] | Destroy `poolManager` allocated from `basicAllocator`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#