bsl::AllocConstants

Constants controlling the internal memory pool used by STLPort allocators.

Synopsis

Declared in <bslstp_alloc.h>

enum AllocConstants;

Members

NameDescription
_ALIGN Byte alignment required by the internal memory pool.
_ALIGN_SHIFT Base-2 logarithm of _ALIGN.
_MAX_BYTES Maximum object size served by the internal memory pool.