Searched refs:PERL_ARENA_SIZE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h27 #ifndef PERL_ARENA_SIZE
28 #define PERL_ARENA_SIZE 4080 macro
168 of 0 fits the max number bodies into a PERL_ARENA_SIZE.block,
172 limited by PERL_ARENA_SIZE, so we can safely oversize the
176 ((size_t)(PERL_ARENA_SIZE / body_size) * body_size)
178 ( count * body_size <= PERL_ARENA_SIZE) \
H A Dhv.c162 Perl_more_bodies(aTHX_ HE_ARENA_ROOT_IX, sizeof(HE), PERL_ARENA_SIZE);
H A Dsv.c167 PERL_ARENA_SIZE appropriately at compile time.
277 Newx(chunk,PERL_ARENA_SIZE,char); /* Safefree() in sv_free_arenas() */
278 sv_add_arena(chunk, PERL_ARENA_SIZE, 0);
623 will fit within PERL_ARENA_SIZE, which is probably just under 4K, and
626 #define ARENAS_PER_SET ((PERL_ARENA_SIZE - sizeof(struct arena_set*) \
768 If PURIFY is defined, or PERL_ARENA_SIZE=0, arenas are not used, and
775 so, how big they are. PURIFY or PERL_ARENA_SIZE=0 set this field to

Completed in 201 milliseconds