Return the allocator used by this object to allocate memory. Note that this allocator can not be used to deallocate memory allocated through this pool.
Synopsis
Declared in <bdlma_bufferedsequentialpool.h>
bslma::Allocator*
allocator() const;
Created with MrDocs