Home
last modified time | relevance | path

Searched refs:alloc_list (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_vector.c242 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()
H A Dcl_pool.c142 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()
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c205 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()
H A Dcontext.h113 struct alloc_cache* alloc_list; member
H A Dlibunbound.c370 a = ctx->alloc_list; in ub_ctx_delete()
/freebsd/contrib/wpa/src/utils/
H A Dos_unix.c35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable
387 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()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h297 cl_qlist_t alloc_list; member
H A Dcl_vector.h303 cl_qlist_t alloc_list; member