Go to the source code of this file.
◆ __lsan_default_options()
const char* __lsan_default_options |
( |
void |
| ) |
|
◆ __lsan_default_suppressions()
const char* __lsan_default_suppressions |
( |
void |
| ) |
|
◆ __lsan_disable()
void __lsan_disable |
( |
void |
| ) |
|
◆ __lsan_do_leak_check()
void __lsan_do_leak_check |
( |
void |
| ) |
|
◆ __lsan_do_recoverable_leak_check()
int __lsan_do_recoverable_leak_check |
( |
void |
| ) |
|
◆ __lsan_enable()
void __lsan_enable |
( |
void |
| ) |
|
◆ __lsan_ignore_object()
void __lsan_ignore_object |
( |
const void * |
p | ) |
|
◆ __lsan_is_turned_off()
int __lsan_is_turned_off |
( |
void |
| ) |
|
◆ __lsan_register_root_region()
void __lsan_register_root_region |
( |
const void * |
p, |
|
|
size_t |
size |
|
) |
| |
◆ __lsan_unregister_root_region()
void __lsan_unregister_root_region |
( |
const void * |
p, |
|
|
size_t |
size |
|
) |
| |