[#BloombergLP-bdlcc-SkipList_PoolUtil-deletePoolManager] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList_PoolUtil.adoc[SkipList_PoolUtil]::deletePoolManager :relfileprefix: ../../../ :mrdocs: Destroy the specified `poolManager` which was allocated from the specified `basicAllocator`. The behavior is undefined if `poolManager` was not allocated from `basicAllocator`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void deletePoolManager( xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator, xref:BloombergLP/bdlcc/SkipList_PoolUtil/PoolManager.adoc[PoolManager]* poolManager); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#