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.cpp54 static const MapEntry* g_current_code_map = nullptr; variable
62 g_current_code_map = g_map_data.find(ip); in find_current_map()
118 if (g_current_code_map && (ip >= g_current_code_map->start) && ip < g_current_code_map->end) { in trace_function()