Home
last modified time | relevance | path

Searched refs:arena (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/plan9/
D9front.patch39 - PERL_BITFIELD8 arena : 1; /* Allocated from an arena */
43 + PERL_BITFIELD8 arena; /* Allocated from an arena */
44 U32 arena_size; /* Size of arena to allocate */
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dwrappers_c.h23 __scudo_mallinfo_data_t arena; member
36 size_t arena; member
/openbsd/src/usr.sbin/unbound/validator/
Dval_secalgo.c1044 PLArenaPool* arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in nss_key_create() local
1045 if(!arena) { in nss_key_create()
1049 key = PORT_ArenaZNew(arena, SECKEYPublicKey); in nss_key_create()
1052 PORT_FreeArena(arena, PR_FALSE); in nss_key_create()
1055 key->arena = arena; in nss_key_create()
1104 if(SECITEM_CopyItem(pk->arena, &pk->u.ec.publicValue, &pub)) { in nss_buf2ecdsa()
1108 if(SECITEM_CopyItem(pk->arena, &pk->u.ec.DEREncodedParams, &params)) { in nss_buf2ecdsa()
1159 if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.prime, &P)) { in nss_buf2dsa()
1163 if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.subPrime, &Q)) { in nss_buf2dsa()
1167 if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.base, &G)) { in nss_buf2dsa()
[all …]
/openbsd/src/sbin/unwind/libunbound/validator/
Dval_secalgo.c1044 PLArenaPool* arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in nss_key_create() local
1045 if(!arena) { in nss_key_create()
1049 key = PORT_ArenaZNew(arena, SECKEYPublicKey); in nss_key_create()
1052 PORT_FreeArena(arena, PR_FALSE); in nss_key_create()
1055 key->arena = arena; in nss_key_create()
1104 if(SECITEM_CopyItem(pk->arena, &pk->u.ec.publicValue, &pub)) { in nss_buf2ecdsa()
1108 if(SECITEM_CopyItem(pk->arena, &pk->u.ec.DEREncodedParams, &params)) { in nss_buf2ecdsa()
1159 if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.prime, &P)) { in nss_buf2dsa()
1163 if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.subPrime, &Q)) { in nss_buf2dsa()
1167 if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.base, &G)) { in nss_buf2dsa()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
Dbadalloc1.C25 static char arena[arena_size] __attribute__((aligned)); variable
33 object *p = reinterpret_cast<object *>(&arena[pos]); in malloc()
/openbsd/src/sys/kern/
Dsubr_hibernate.c261 hib_alloc(struct hiballoc_arena *arena, size_t alloc_sz) in hib_alloc() argument
283 entry = RBT_ROOT(hiballoc_addr, &arena->hib_addrs); in hib_alloc()
285 RBT_FOREACH_REVERSE(entry, hiballoc_addr, &arena->hib_addrs) { in hib_alloc()
308 if (RBT_INSERT(hiballoc_addr, &arena->hib_addrs, new_entry) != NULL) in hib_alloc()
332 hib_free(struct hiballoc_arena *arena, void *addr) in hib_free() argument
343 if (RBT_FIND(hiballoc_addr, &arena->hib_addrs, entry) != entry) in hib_free()
357 RBT_REMOVE(hiballoc_addr, &arena->hib_addrs, entry); in hib_free()
373 hiballoc_init(struct hiballoc_arena *arena, void *p_ptr, size_t p_len) in hiballoc_init() argument
379 RBT_INIT(hiballoc_addr, &arena->hib_addrs); in hiballoc_init()
401 RBT_INSERT(hiballoc_addr, &arena->hib_addrs, entry); in hiballoc_init()
/openbsd/src/gnu/usr.bin/perl/
Dsv_inline.h131 PERL_BITFIELD8 arena : 1; /* Allocated from an arena */ member
417 assert(type_details->arena); in Perl_newSV_type()
486 ASSUME(type_details->arena); in Perl_newSV_type()
495 if(type_details->arena) { in Perl_newSV_type()
Dsv.c667 char *arena; /* the raw storage, allocated aligned */ member
723 assert(aroot->set[i].arena); in Perl_sv_free_arenas()
724 Safefree(aroot->set[i].arena); in Perl_sv_free_arenas()
898 assert(!adesc->arena); in Perl_more_bodies()
900 Newx(adesc->arena, good_arena_size, char); in Perl_more_bodies()
904 curr, (void*)adesc->arena, (UV)good_arena_size)); in Perl_more_bodies()
906 start = (char *) adesc->arena; in Perl_more_bodies()
1103 assert(new_type_details->arena); in Perl_sv_upgrade()
1200 if(new_type_details->arena) { in Perl_sv_upgrade()
1274 assert(old_type_details->arena); in Perl_sv_upgrade()
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dobject2.t450 # SVs, a new arena is allocated. shared.xs was mallocing a new arena
451 # with the wrong perl context set, meaning that when the arena was later
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl587delta.pod205 arena for memory allocation. In tests this reduced ithreads cloning time by
Dperl589delta.pod2023 benefited from simplification and de-duplication of the arena management
Dperl5140delta.pod3348 C<Perl_ptr_table_store> allocated memory from the same arena system as
Dperldiag.pod364 =item Attempt to free non-arena SV: 0x%x
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dsv46 Attempt to free non-arena SV: 0x%lx [del_sv]
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs222 char *arena; /* Will hold hash key strings, resized as needed */ member
597 #define kbuf (cxt->keybuf).arena
622 #define mbase (cxt->membuf).arena
7728 if (cxt->membuf_ro && (cxt->msaved).arena) in storable_free()
7729 Safefree((cxt->msaved).arena); in storable_free()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DProcess.inc113 // the value returned by mallinfo in the arena field.
/openbsd/src/regress/usr.bin/diff/
Dt8.2432 * the size of the kernel malloc arena.
/openbsd/src/gnu/usr.bin/perl/Porting/
Dtodo.pod574 sized bodies from the same actual arena, rather than maintaining one arena for
576 not-yet-allocated part of an arena.
Depigraphs.pod4661 He began to sing, but gave it up after a while. This vast arena of
6115 arena where I'll fight maybe a couple of giant spiders
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlglossary.pod2662 indicating who is the lead integrator in some arena of development.
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/
DChangeLog5818 (arena): Use it.
5820 arena before initialization complete.
/openbsd/src/games/fortune/datfiles/
Dfortunes2-o1304 to find that the Praetorian Guard had prepared a treat for him in the arena.
8395 was shoved into the middle of the arena and the lion was released. Being
8400 Christian took off too. There they were, running around and around the arena,
Dfortunes22626 to find that the Praetorian Guard had prepared a treat for him in the arena.
23149 man who is actually in the arena, whose face is marred by dust and sweat and
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.11235 malloc arena.
/openbsd/src/share/dict/
Dweb212971 arena