Constants controlling the internal memory pool used by STLPort allocators.
Declared in <bslstp_alloc.h>
enum AllocConstants;
| Name | Description |
|---|---|
_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. |