Memory block growth strategies for pools and allocators.

Synopsis

Declared in <bsls_blockgrowth.h>

enum Strategy;

Members

Name

Description

BSLS_GEOMETRIC

Geometric memory block growth strategy.

BSLS_CONSTANT

Keep memory block size constant.

Created with MrDocs