Public
Functions
| Name | Description |
|---|---|
| asan::set_error_report_callback | Sets the callback function to be called during ASan error reporting. |
| asan::address_is_poisoned | Checks if an address is poisoned. |
| asan::poison_memory_region | Marks a memory region ([addr, addr+size)) as unaddressable.... |
| asan::region_is_poisoned | Checks if a region is poisoned.... |
| asan::unpoison_memory_region | Marks a memory region ([addr, addr+size)) as addressable.... |