Home
last modified time | relevance | path

Searched refs:Perl_calloc (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A Dsdbm.h165 # define calloc Perl_calloc
174 Malloc_t Perl_calloc(MEM_SIZE elements, MEM_SIZE size);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50070026 Perl_calloc # U
/openbsd/gnu/usr.bin/perl/
H A Dmalloc_ctl.h18 PERL_CALLCONV Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size);
H A Dmakedef.pl102 Perl_calloc => "calloc",
H A Dmalloc.c2110 Perl_calloc(size_t elements, size_t size) in Perl_calloc() function
H A Dperl.h1724 # define Perl_calloc calloc macro
1733 # define safecalloc Perl_calloc
H A Dutil.c532 Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size) in Perl_calloc() function
H A DINSTALL1374 Perl_realloc(), Perl_calloc() and Perl_mfree().
H A Dproto.h461 Perl_calloc(MEM_SIZE elements, MEM_SIZE size)
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700245 Perl_calloc # U