[#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 the specified `address` to the specified `poolManager`. The behavior is undefined if `address` was not allocated from `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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#