[#BloombergLP-bdlcc-SkipList_PoolUtil-deallocate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList_PoolUtil.adoc[SkipList_PoolUtil]::deallocate :relfileprefix: ../../../ :mrdocs: Return the node at `address` to `poolManager`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void deallocate( xref:BloombergLP/bdlcc/SkipList_PoolUtil/PoolManager.adoc[PoolManager]* poolManager, void* address); ---- == Description The behavior is undefined if `address` was not allocated from `poolManager`. == Parameters [cols="1,4"] |=== | Name| Description | *poolManager* | pool that allocated `address` | *address* | node address to return to the pool |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#