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_preinit.cc 12 // Call __lsan_init at the very early stage of process startup.
18 // We force __lsan_init to be called before anyone else by placing it into
21 void (*__local_lsan_preinit)(void) = __lsan_init;
lsan.h 50 extern "C" void __lsan_init();
lsan.cc 68 extern "C" void __lsan_init() { function
lsan_interceptors.cc 42 __lsan_init(); \

Completed in 591 milliseconds