Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dbacktrace.cpp53 static MapEntry g_current_code_map; variable
63 g_current_code_map = *map; in find_current_map()
105 if (g_current_code_map.start() != 0 && (ip >= g_current_code_map.start()) && in trace_function()
106 ip < g_current_code_map.end()) { in trace_function()