|
BDE 4.39.x Production Release
|
#include <bsltf_stdtestallocator.h>
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.
Static Public Member Functions | |
| static void | setDelegateAllocatorRaw (bslma::Allocator *basicAllocator) |
| static bslma::Allocator * | delegateAllocator () |
|
static |
Return the address of the delegate allocator.
&bslma_NewDeleteAllocator::singleton() if the setDelegatingAllocator class method has not been called.
|
static |
Set the address of the delegate allocator to the specified basicAllocator.