Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501000158 Perl_malloc_good_size # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dperl.h5348 # define Perl_malloc_good_size(how_much) \ macro
5351 # define Perl_malloc_good_size(how_much) malloc_good_size(how_much) macro
5355 # define Perl_malloc_good_size(how_much) (how_much) macro
Dmalloc.c2177 Perl_malloc_good_size(size_t wanted) in Perl_malloc_good_size() function
Dembed.h884 # define malloc_good_size Perl_malloc_good_size
Dproto.h5696 Perl_malloc_good_size(size_t nbytes)
Dsv.c868 const size_t good_arena_size = Perl_malloc_good_size(arena_size); in Perl_more_bodies()