[#BloombergLP-bslma-StdTestAllocator-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/StdTestAllocator.adoc[StdTestAllocator]::StdTestAllocator :relfileprefix: ../../../ :mrdocs: Create a proxy that forwards to the default test allocator. == Synopsis Declared in `<bslma_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StdTestAllocator(); ---- == Description Create a proxy object which will forward allocation calls to the object pointed to by `bslma::Default::defaultAllocator()`. The default allocator must be a `bslma::TestAllocator` (or a type derived from it). Postcondition: ` this‐>mechanism() == bslma::Default::defaultAllocator(); ` [.small]#Created with https://www.mrdocs.com[MrDocs]#