Searched refs:alloc_list (Results 1 – 8 of 8) sorted by relevance
248 cl_qlist_init(&p_vector->alloc_list); in cl_vector_init()281 while (!cl_is_qlist_empty(&p_vector->alloc_list)) in cl_vector_destroy()282 free(cl_qlist_remove_head(&p_vector->alloc_list)); in cl_vector_destroy()393 cl_qlist_insert_tail(&p_vector->alloc_list, p_buf); in cl_vector_set_capacity()
144 cl_qlist_init(&p_pool->alloc_list); in cl_qcpool_init()197 while (!cl_is_qlist_empty(&p_pool->alloc_list)) in cl_qcpool_destroy()198 free(cl_qlist_remove_head(&p_pool->alloc_list)); in cl_qcpool_destroy()246 cl_qlist_insert_tail(&p_pool->alloc_list, (cl_list_item_t *) p_objects); in cl_qcpool_grow()
175 a = ctx->alloc_list; in context_obtain_alloc()177 ctx->alloc_list = a->super; /* snip off list */ in context_obtain_alloc()202 alloc->super = ctx->alloc_list; in context_release_alloc()203 ctx->alloc_list = alloc; in context_release_alloc()
103 struct alloc_cache* alloc_list; member
263 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()715 dl_list_add(&alloc_list, &a->list); in os_malloc()
297 cl_qlist_t alloc_list; member
303 cl_qlist_t alloc_list; member