Return the size (in bytes) of the memory blocks allocated from this allocator. Note that all blocks dispensed by this allocator have the same size.
Synopsis
Declared in <bdlma_concurrentpoolallocator.h>
bsls::Types::size_type
blockSize() const;
Return Value
size, in bytes, of each memory block allocated from this allocator
Created with MrDocs