Searched refs:objmap_grad (Results 1 – 3 of 3) sorted by relevance
84 for (i = 0; i < sizeof(elm_tls->gContext.objmap_grad) / 4; i++) { in _initialize_elm()85 elm_tls->gContext.objmap_grad[i] = 0; in _initialize_elm()
321 int32_t objmap_grad[(OBJCOUNT_GRAD + 31) / 32]; member
245 …index = get_free_objects(elm_tls->gContext.objmap_grad, COUNT_OF(elm_tls->gContext.objmap_grad), 1… in alloc_grad()392 if (object_exists(elm_tls->gContext.objmap_grad, i)) { in get_object()434 mark_free_object(elm_tls->gContext.objmap_grad, object->object.index); in free_grad()
Completed in 10 milliseconds