[#BloombergLP-bslma-TestAllocator_Proxy-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator_Proxy.adoc[TestAllocator_Proxy]::TestAllocator_Proxy :relfileprefix: ../../../ :mrdocs: Create a proxy for the specified `allocator` used by the exception test macros. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit TestAllocator_Proxy(BSLMA_ALLOC_TYPE* allocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *allocator* | The test allocator to proxy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#