Searched refs:g_my_map_info_list (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/
H A Dmap_info.c119 static map_info_t* g_my_map_info_list = NULL; variable
147 if (g_my_map_info_list) {
148 my_map_info_data_t* data = (my_map_info_data_t*)g_my_map_info_list->data;
151 ALOGV("Invalidated my_map_info_list %p, age=%lld.", g_my_map_info_list, age);
152 dec_ref(g_my_map_info_list, data);
153 g_my_map_info_list = NULL;
155 ALOGV("Reusing my_map_info_list %p, age=%lld.", g_my_map_info_list, age);
159 if (!g_my_map_info_list) {
161 g_my_map_info_list = load_map_info_list(getpid());
162 if (g_my_map_info_list) {
[all...]

Completed in 206 milliseconds