Return the total number of bytes of dynamic memory allocated by this log record object. Note that this value does not include sizeof *this.

Synopsis

Declared in <ball_record.h>

int
numAllocatedBytes() const;

Return Value

total number of bytes of dynamic memory allocated by this object, excluding sizeof *this

Created with MrDocs