[#BloombergLP-bdlcc-SkipList_PoolUtil-allocate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList_PoolUtil.adoc[SkipList_PoolUtil]::allocate :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void* allocate( xref:BloombergLP/bdlcc/SkipList_PoolUtil/PoolManager.adoc[PoolManager]* poolManager, int level); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#