[#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. Note that, this method will initially return `&bslma_NewDeleteAllocator::singleton()` if the `setDelegatingAllocator` class method has not been called. == Synopsis Declared in `<bsltf_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* delegateAllocator(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#