ldc.sanitizers_optionally_linked

Contains forward references to the AddressSanitizer interface.

Members

Functions

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.

Manifest constants

pragmastring
enum pragmastring;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pragmastring
enum pragmastring;
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