OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lsan_disable
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/include/sanitizer/
lsan_interface.h
22
// Allocations made between calls to
__lsan_disable
() and __lsan_enable() will
24
void
__lsan_disable
();
67
ScopedDisabler() {
__lsan_disable
(); }
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
lsan_interface.h
22
// Allocations made between calls to
__lsan_disable
() and __lsan_enable() will
24
void
__lsan_disable
();
67
ScopedDisabler() {
__lsan_disable
(); }
/external/compiler-rt/lib/lsan/
lsan_common.cc
654
void
__lsan_disable
() {
function
Completed in 190 milliseconds