[#bsl-AllocConstants] = xref:bsl.adoc[bsl]::AllocConstants :relfileprefix: ../ :mrdocs: Constants controlling the internal memory pool used by STLPort allocators. == Synopsis Declared in `<bslstp_alloc.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum AllocConstants; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#