|
cds
1.4.0
|
Debug bound checker. More...
#include <cds/memory/michael/bound_check.h>
Debug bound checker.
This is one of value of opt::check_bounds option for Michael's Heap memory allocator. It is intended for debug mode only. It throws an assertion when memory bound violation is detected. In release mode it is equal to opt::check_bounds<cds::opt::none> .