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_concurrentfixedpool.h>

bslma::Allocator*
allocator() const;

Return Value

allocator used by this pool to obtain memory

Created with MrDocs