Definition
A Windows debugging feature that surrounds each memory allocation with guard pages so memory bugs crash immediately at the offending instruction.
A Windows debugging mode that places guard pages around each heap allocation, causing deterministic faults on out-of-bounds accesses or use-after-frees.