Searched refs:alloc_list (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000906-1.c21 alloc_list (void) function
37 list = alloc_list ();
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dcontext.h113 struct alloc_cache* alloc_list; member in struct:ub_ctx
H A Dcontext.c203 a = ctx->alloc_list;
205 ctx->alloc_list = a->super; /* snip off list */
230 alloc->super = ctx->alloc_list;
231 ctx->alloc_list = alloc;
H A Dlibunbound.c364 a = ctx->alloc_list;
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dcontext.h113 struct alloc_cache* alloc_list; member in struct:ub_ctx
H A Dcontext.c203 a = ctx->alloc_list;
205 ctx->alloc_list = a->super; /* snip off list */
230 alloc->super = ctx->alloc_list;
231 ctx->alloc_list = alloc;
H A Dlibunbound.c364 a = ctx->alloc_list;

Completed in 127 milliseconds