Home
last modified time | relevance | path

Searched defs:arena (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h23 __scudo_mallinfo_data_t arena; member
36 size_t arena; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dbadalloc1.C25 static char arena[arena_size] __attribute__((aligned)); variable
/openbsd-src/sys/kern/
H A Dsubr_hibernate.c283 entry = RBT_ROOT(hiballoc_addr, &arena->hib_addrs); in hib_free() argument
212 hib_alloc(struct hiballoc_arena * arena,size_t alloc_sz) hib_alloc() argument
324 hiballoc_init(struct hiballoc_arena * arena,void * p_ptr,size_t p_len) hiballoc_init() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A Dsv_inline.h131 PERL_BITFIELD8 arena : 1; /* Allocated from an arena */ member
[all...]
H A Dsv.c615 char *arena; /* the raw storage, allocated aligned */ global() member
14354 struct ptr_tbl_arena *arena; global() local
[all...]
/openbsd-src/usr.sbin/unbound/validator/
H A Dval_secalgo.c1041 PLArenaPool* arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); nss_key_create() local
[all...]
/openbsd-src/sbin/unwind/libunbound/validator/
H A Dval_secalgo.c1041 PLArenaPool* arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); nss_key_create() local
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs222 char *arena; /* Will hold hash key strings, resized as needed */ member