Return the allocator used by this object to supply memory.

Synopsis

Declared in <balst_stacktraceframe.h>

bslma::Allocator*
allocator() const;

Description

Note that if no allocator was supplied at construction the currently installed default allocator is used.

Return Value

the allocator used by this object to supply memory

Created with MrDocs