BloombergLP::bsls::BlockGrowth::Strategy

Memory block growth strategies for pools and allocators.

Synopsis

Declared in <bsls_blockgrowth.h>

enum Strategy;

Members

NameDescription
BSLS_GEOMETRIC Geometric memory block growth strategy.
BSLS_CONSTANT Keep memory block size constant.