Home
last modified time | relevance | path

Searched refs:Perl_malloc_good_size (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501000158 Perl_malloc_good_size # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dperl.h5337 # define Perl_malloc_good_size(how_much) \ macro
5340 # define Perl_malloc_good_size(how_much) malloc_good_size(how_much) macro
5344 # define Perl_malloc_good_size(how_much) (how_much) macro
H A Dmalloc.c2181 Perl_malloc_good_size(size_t wanted) in Perl_malloc_good_size() function
H A Dembed.h843 # define malloc_good_size Perl_malloc_good_size
H A Dproto.h5672 Perl_malloc_good_size(size_t nbytes)
H A Dsv.c816 const size_t good_arena_size = Perl_malloc_good_size(arena_size); in Perl_more_bodies()