[#BloombergLP-bdlma-Multipool-deleteObjectRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/Multipool.adoc[Multipool]::deleteObjectRaw :relfileprefix: ../../../ :mrdocs: Destroy the specified `object` and then use this multipool to deallocate its memory footprint. This method has no effect if `object` is 0. The behavior is undefined unless `object` is *not* a secondary base class pointer (i.e., the address is (numerically) the same as when it was originally dispensed by this multipool), was allocated using this multipool, and has not already been deallocated. == Synopsis Declared in `<bdlma_multipool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void deleteObjectRaw(TYPE const* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#