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.cpp960 static std::mutex g_dump_lock; variable
988 std::lock_guard<std::mutex> guard(g_dump_lock); in debug_write_malloc_leak_info()
1004 std::lock_guard<std::mutex> guard(g_dump_lock); in debug_dump_heap()