Description
Detects illegal memory accesses in C and C++ programs by replacing allocator behavior with guard-page based checks. It helps developers catch buffer overruns, use-after-free errors, and related memory bugs during testing.
This is a debugging library linked or preloaded into programs, not a normal app. It can slow programs down and change memory layout while diagnosing defects.