Searched refs:objmap_evo (Results 1 – 3 of 3) sorted by relevance
78 for (i = 0; i < sizeof(elm_tls->gContext.objmap_evo) / 4; i++) { in _initialize_elm()79 elm_tls->gContext.objmap_evo[i] = 0; in _initialize_elm()
322 int32_t objmap_evo[(OBJCOUNT_EVO + 31) / 32]; member
165 …index = get_free_objects(elm_tls->gContext.objmap_evo, COUNT_OF(elm_tls->gContext.objmap_evo), cou… in alloc_evo()376 if (object_exists(elm_tls->gContext.objmap_evo, i)) { in get_object()449 mark_free_object(elm_tls->gContext.objmap_evo, evo->object.index); in destroy_evo()
Completed in 9 milliseconds