BloombergLP::ball::Record::deleteObject

Destroy the specified *object and use the allocator held by *object to deallocate its memory footprint.

Synopsis

Declared in <ball_record.h>

static
void
deleteObject(Record const* object);

Description

The behavior is undefined unless object is the address of a valid log record.

Parameters

NameDescription
objectaddress of the log record to destroy