Searched refs:alloc_list (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c321 a = ctx->alloc_list;
H A Dcontext.c190 a = ctx->alloc_list;
192 ctx->alloc_list = a->super; /* snip off list */
217 alloc->super = ctx->alloc_list;
218 ctx->alloc_list = alloc;
H A Dcontext.h107 struct alloc_cache* alloc_list; member in struct:ub_ctx
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable in typeref:struct:dl_list
398 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) {
735 dl_list_add(&alloc_list, &a->list);
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h303 cl_qlist_t alloc_list; member in struct:_cl_vector
333 * alloc_list
H A Dcl_qcomppool.h297 cl_qlist_t alloc_list; member in struct:_cl_qcpool
332 * alloc_list
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_vector.c242 cl_qlist_init(&p_vector->alloc_list);
275 while (!cl_is_qlist_empty(&p_vector->alloc_list))
276 free(cl_qlist_remove_head(&p_vector->alloc_list));
384 cl_qlist_insert_tail(&p_vector->alloc_list, p_buf);
H A Dcl_pool.c142 cl_qlist_init(&p_pool->alloc_list);
195 while (!cl_is_qlist_empty(&p_pool->alloc_list))
196 free(cl_qlist_remove_head(&p_pool->alloc_list));
244 cl_qlist_insert_tail(&p_pool->alloc_list, (cl_list_item_t *) p_objects);

Completed in 180 milliseconds