Home
last modified time | relevance | path

Searched refs:debug_malloc (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/tsan/
Dthread_sanitizer.h146 extern bool debug_malloc;
Dthread_sanitizer.cc83 bool debug_malloc = false; variable
7594 if (debug_malloc) { in HandleMalloc()
8264 debug_malloc = PhaseDebugIsOn("malloc"); in ThreadSanitizerParseFlags()