This struct provides a namespace for memory block growth strategies for pools, allocators, containers, etc.

Synopsis

Declared in <bsls_blockgrowth.h>

struct BlockGrowth;

Enums

Name

Description

Strategy

Memory block growth strategies for pools and allocators.

Static Member Functions

Name

Description

toAscii

Return the string representation of the specified enumerator value. The string representation of value matches its corresponding enumerator name with the BSLS_ prefix elided.

Created with MrDocs