| /openbsd/src/gnu/usr.bin/perl/plan9/ |
| D | 9front.patch | 39 - 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/ |
| D | wrappers_c.h | 23 __scudo_mallinfo_data_t arena; member 36 size_t arena; member
|
| /openbsd/src/usr.sbin/unbound/validator/ |
| D | val_secalgo.c | 1044 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, ¶ms)) { 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/ |
| D | val_secalgo.c | 1044 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, ¶ms)) { 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/ |
| D | badalloc1.C | 25 static char arena[arena_size] __attribute__((aligned)); variable 33 object *p = reinterpret_cast<object *>(&arena[pos]); in malloc()
|
| /openbsd/src/sys/kern/ |
| D | subr_hibernate.c | 261 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/ |
| D | sv_inline.h | 131 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()
|
| D | sv.c | 667 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/ |
| D | object2.t | 450 # 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/ |
| D | perl587delta.pod | 205 arena for memory allocation. In tests this reduced ithreads cloning time by
|
| D | perl589delta.pod | 2023 benefited from simplification and de-duplication of the arena management
|
| D | perl5140delta.pod | 3348 C<Perl_ptr_table_store> allocated memory from the same arena system as
|
| D | perldiag.pod | 364 =item Attempt to free non-arena SV: 0x%x
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | sv | 46 Attempt to free non-arena SV: 0x%lx [del_sv]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/ |
| D | Storable.xs | 222 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/ |
| D | Process.inc | 113 // the value returned by mallinfo in the arena field.
|
| /openbsd/src/regress/usr.bin/diff/ |
| D | t8.2 | 432 * the size of the kernel malloc arena.
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | todo.pod | 574 sized bodies from the same actual arena, rather than maintaining one arena for 576 not-yet-allocated part of an arena.
|
| D | epigraphs.pod | 4661 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/ |
| D | perlglossary.pod | 2662 indicating who is the lead integrator in some arena of development.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/ |
| D | ChangeLog | 5818 (arena): Use it. 5820 arena before initialization complete.
|
| /openbsd/src/games/fortune/datfiles/ |
| D | fortunes2-o | 1304 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,
|
| D | fortunes2 | 2626 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/ |
| D | ChangeLog.1 | 1235 malloc arena.
|
| /openbsd/src/share/dict/ |
| D | web2 | 12971 arena
|