[#BloombergLP-bsltf-StdTestAllocatorConfiguration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::StdTestAllocatorConfiguration :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for functions that manipulate and access the _delegate allocator_ for `StdTestAllocator`. The delegate allocator is the allocator to which `StdTestAllocator` objects delegate their operations. The provided operations are _not_ thread‐safe. Note that this allocator is configured globally as C++03 standard compliant allocators cannot have individually identifiable state. == Synopsis Declared in `<bsltf_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct StdTestAllocatorConfiguration; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/StdTestAllocatorConfiguration/delegateAllocator.adoc[`delegateAllocator`] | 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. | xref:BloombergLP/bsltf/StdTestAllocatorConfiguration/setDelegateAllocatorRaw.adoc[`setDelegateAllocatorRaw`] | Set the address of the delegate allocator to the specified `basicAllocator`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#