Enumerate the configuration options for GuardingAllocator that may be (optionally) supplied at construction.

Synopsis

Declared in <bdlma_guardingallocator.h>

enum GuardPageLocation;

Members

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.

Created with MrDocs