[#BloombergLP-bsltf-StdTestAllocatorConfiguration-delegateAllocator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/StdTestAllocatorConfiguration.adoc[StdTestAllocatorConfiguration]::delegateAllocator :relfileprefix: ../../../ :mrdocs: Return the address of the delegate allocator. == Synopsis Declared in `<bsltf_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslma/Allocator.adoc[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 [.small]#Created with https://www.mrdocs.com[MrDocs]#