Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp899 static std::mutex g_dump_lock; variable
923 std::lock_guard<std::mutex> guard(g_dump_lock); in debug_write_malloc_leak_info()
937 std::lock_guard<std::mutex> guard(g_dump_lock); in debug_dump_heap()