See the overload above for contract.
Declared in <bdlbb_pooledblobbufferfactory.h>
PooledBlobBufferFactory(
int bufferSize,
bsls::BlockGrowth::Strategy growthStrategy,
int maxBlocksPerChunk,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| bufferSize | size of each allocated blob buffer |
| growthStrategy | strategy controlling growth of internal chunks |
| maxBlocksPerChunk | maximum blocks allocated when replenishing |
| basicAllocator | memory allocator; null uses the default |