sketchbook
|
#include <sanitizer/common_interface_defs.h>
Go to the source code of this file.
Functions | |
void | __lsan_disable () |
void | __lsan_enable () |
void | __lsan_ignore_object (const void *p) |
void | __lsan_register_root_region (const void *p, size_t size) |
void | __lsan_unregister_root_region (const void *p, size_t size) |
void | __lsan_do_leak_check () |
int | __lsan_do_recoverable_leak_check () |
int | __lsan_is_turned_off () |
const char * | __lsan_default_suppressions () |
const char* __lsan_default_suppressions | ( | ) |
void __lsan_disable | ( | ) |
void __lsan_do_leak_check | ( | ) |
int __lsan_do_recoverable_leak_check | ( | ) |
void __lsan_enable | ( | ) |
void __lsan_ignore_object | ( | const void * | p | ) |
int __lsan_is_turned_off | ( | ) |
void __lsan_register_root_region | ( | const void * | p, |
size_t | size | ||
) |
void __lsan_unregister_root_region | ( | const void * | p, |
size_t | size | ||
) |