- asanAddressIsInFakeStack
void* asanAddressIsInFakeStack(void* fake_stack, void* addr, void** beg, void** end)
Undocumented in source. Be warned that the author may not have intended to support it.
- asanGetCurrentFakeStack
void* asanGetCurrentFakeStack()
Undocumented in source. Be warned that the author may not have intended to support it.
- informSanitizerOfFinishSwitchFiber
void informSanitizerOfFinishSwitchFiber(void* fake_stack_save, const(void)** bottom_old, size_t* size_old)
Undocumented in source. Be warned that the author may not have intended to support it.
- informSanitizerOfStartSwitchFiber
void informSanitizerOfStartSwitchFiber(void** fake_stack_save, const(void)* bottom, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
Contains forward references to the AddressSanitizer interface.