std::core::sanitizer::asan

Public

Functions

NameDescription
asan::set_error_report_callbackSets the callback function to be called during ASan error reporting.
asan::address_is_poisonedChecks if an address is poisoned.
asan::poison_memory_regionMarks a memory region ([addr, addr+size)) as unaddressable....
asan::region_is_poisonedChecks if a region is poisoned....
asan::unpoison_memory_regionMarks a memory region ([addr, addr+size)) as addressable....