See the overload above for contract.

Synopsis

Declared in <bdlbb_pooledblobbufferfactory.h>

PooledBlobBufferFactory(
    int bufferSize,
    bsls::BlockGrowth::Strategy growthStrategy,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

bufferSize

size of each allocated blob buffer

growthStrategy

strategy controlling growth of internal chunks

basicAllocator

memory allocator; null uses the default

Created with MrDocs