Searched refs:arena_size (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dbadalloc1.C15 const int arena_size = 256; variable
17 const int arena_size = 32768; variable
25 static char arena[arena_size] __attribute__((aligned));
43 if (pos > arena_size)
/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h132 U32 arena_size; /* Size of arena to allocate */ member in struct:body_details
335 type_meta.arena_size)); \
405 assert(type_details->arena_size);
H A Dsv.c785 are used for this, except for arena_size.
808 const size_t arena_size)
816 const size_t good_arena_size = Perl_malloc_good_size(arena_size);
830 assert(arena_size);
866 (int)arena_size, sv_type, (int)body_size,
872 (int)arena_size, sv_type, (int)body_size,
1052 assert(new_type_details->arena_size);
807 Perl_more_bodies(pTHX_ const svtype sv_type, const size_t body_size, const size_t arena_size) argument
H A Dproto.h2487 Perl_more_bodies(pTHX_ const svtype sv_type, const size_t body_size, const size_t arena_size);

Completed in 208 milliseconds