See the overload above for contract.
Synopsis
Declared in <bdlbb_pooledblobbufferfactory.h>
PooledBlobBufferFactory(
int bufferSize,
bsls::BlockGrowth::Strategy growthStrategy,
int maxBlocksPerChunk,
bslma::Allocator* basicAllocator = 0);
Parameters
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 |
Created with MrDocs