Return the address of the delegate allocator.

Synopsis

Declared in <bsltf_stdtestallocator.h>

static
bslma::Allocator*
delegateAllocator();

Description

Note that this method will initially return &bslma_NewDeleteAllocator::singleton() if the setDelegatingAllocator class method has not been called.

Return Value

the address of the configured delegate allocator

Created with MrDocs