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
Name |
Description |
object |
address of the log record to destroy |
Created with MrDocs