Searched refs:__lsan_init (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan.h27 extern "C" void __lsan_init();
H A Dlsan_preinit.cc12 // Call __lsan_init at the very early stage of process startup.
22 // We force __lsan_init to be called before anyone else by placing it into
25 void (*__local_lsan_preinit)(void) = __lsan_init;
H A Dlsan.cc47 extern "C" void __lsan_init() { function
H A Dlsan_interceptors.cc55 __lsan_init(); \

Completed in 685 milliseconds