Create an allocator that uses the default allocator mechanism.
Declared in <bslma_bslallocator.h>
allocator();
Create a proxy object that will forward allocation calls to the object pointed to by bslma::Default::defaultAllocator(). Postcondition: ` this->mechanism() == bslma::Default::defaultAllocator(); `