[#BloombergLP-bdlma-GuardingAllocator-GuardPageLocation] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/GuardingAllocator.adoc[GuardingAllocator]::GuardPageLocation :relfileprefix: ../../../ :mrdocs: Enumerate the configuration options for `GuardingAllocator` that may be (optionally) supplied at construction. == Synopsis Declared in `<bdlma_guardingallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum GuardPageLocation; ---- == Members [cols="1,4"] |=== | Name| Description | `e_AFTER_USER_BLOCK` | Locate the guard page after the user block. | `e_BEFORE_USER_BLOCK` | Locate the guard page before the user block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#