Searched refs:alloc_list (Results 1 – 8 of 8) sorted by relevance
242 cl_qlist_init(&p_vector->alloc_list); in cl_vector_init()275 while (!cl_is_qlist_empty(&p_vector->alloc_list)) in cl_vector_destroy()276 free(cl_qlist_remove_head(&p_vector->alloc_list)); in cl_vector_destroy()384 cl_qlist_insert_tail(&p_vector->alloc_list, p_buf); in cl_vector_set_capacity()
142 cl_qlist_init(&p_pool->alloc_list); in cl_qcpool_init()195 while (!cl_is_qlist_empty(&p_pool->alloc_list)) in cl_qcpool_destroy()196 free(cl_qlist_remove_head(&p_pool->alloc_list)); in cl_qcpool_destroy()244 cl_qlist_insert_tail(&p_pool->alloc_list, (cl_list_item_t *) p_objects); in cl_qcpool_grow()
205 a = ctx->alloc_list; in context_obtain_alloc()207 ctx->alloc_list = a->super; /* snip off list */ in context_obtain_alloc()232 alloc->super = ctx->alloc_list; in context_release_alloc()233 ctx->alloc_list = alloc; in context_release_alloc()
113 struct alloc_cache* alloc_list; member
370 a = ctx->alloc_list; in ub_ctx_delete()
35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable387 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) { in os_program_deinit()745 dl_list_add(&alloc_list, &a->list); in os_malloc()
297 cl_qlist_t alloc_list; member
303 cl_qlist_t alloc_list; member