HomeSort by relevance Sort by last modified time
    Searched refs:__lsan_init (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/lsan/
lsan.h 27 extern "C" void __lsan_init();
lsan_preinit.cc 12 // 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;
lsan.cc 47 extern "C" void __lsan_init() { function
lsan_interceptors.cc 55 __lsan_init(); \

Completed in 50 milliseconds