- __asan_address_is_poisoned
int __asan_address_is_poisoned(const(void*) addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __asan_poison_memory_region
void __asan_poison_memory_region(const(void*) addr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __asan_unpoison_memory_region
void __asan_unpoison_memory_region(const(void*) addr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Contains forward references to the AddressSanitizer interface. See compiler-rt/include/sanitizer/asan_interface.h