[#LockedPool-ARENA_ALIGN] = xref:LockedPool.adoc[LockedPool]::ARENA_ALIGN :relfileprefix: ../ :mrdocs: Chunk alignment. Another compromise. Setting this too high will waste memory, setting it too low will facilitate fragmentation. == Synopsis Declared in `<support/lockedpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static size_t ARENA_ALIGN = {16}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#