[#BloombergLP-bdlma-ConcurrentFixedPool-deleteObjectRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/ConcurrentFixedPool.adoc[ConcurrentFixedPool]::deleteObjectRaw :relfileprefix: ../../../ :mrdocs: Destroy the specified `object` based on its static type and then use this allocator to deallocate its memory footprint. Do nothing if `object` is 0. The behavior is undefined if `object` is a base‐class pointer to a derived type, was not allocated using this allocator, or has already been deallocated. == Synopsis Declared in `<bdlma_concurrentfixedpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void deleteObjectRaw(TYPE const* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#