Searched refs:g_map (Results 1 – 1 of 1) sorted by relevance
73 static PtrToBacktraceMap g_map; in track_sp() local83 g_map[sp_this] = std::make_pair(ptr, bt); in track_sp()87 g_map.erase (sp_this); in track_sp()98 PtrToBacktraceMap::iterator pos, end = g_map.end(); in track_sp()99 for (pos = g_map.begin(); pos != end; ++pos) in track_sp()