[#BloombergLP-ball-Record-deleteObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Record.adoc[Record]::deleteObject :relfileprefix: ../../../ :mrdocs: Destroy the specified `*object` and use the allocator held by `*object` to deallocate its memory footprint. The behavior is undefined unless `object` is the address of a valid log record. == Synopsis Declared in `<ball_record.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void deleteObject(xref:BloombergLP/ball/Record.adoc[Record] const* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#