ldc.sanitizer_common

Contains forward references to LLVM's sanitizers interface. See compiler-rt/include/sanitizer/common_interface_defs.h

Members

Functions

__sanitizer_finish_switch_fiber
void __sanitizer_finish_switch_fiber(void* fake_stack_save, const(void)** bottom_old, size_t* size_old)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sanitizer_start_switch_fiber
void __sanitizer_start_switch_fiber(void** fake_stack_save, const(void)* bottom, 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.

Meta

Authors

LDC Developers