Home
last modified time | relevance | path

Searched refs:PerlMemShared_realloc (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dregcomp_trie.c995 PerlMemShared_realloc( trie->states, in Perl_make_trie()
1038 PerlMemShared_realloc( trie->trans, in Perl_make_trie()
1325 PerlMemShared_realloc( trie->states, laststate in Perl_make_trie()
1347 PerlMemShared_realloc( trie->trans, trie->lasttrans in Perl_make_trie()
Diperlsys.h852 # define PerlMemShared_realloc(buf, size) \ macro
895 # define PerlMemShared_realloc(buf, size) realloc((buf), (size)) macro
Dop.c295 OP **p = (OP **)PerlMemShared_realloc(slab->opslab_freed, newsize * sizeof(OP*)); in S_link_freed_op()
7198 tbl = (OPtrans_map*)PerlMemShared_realloc(tbl, in S_pmtrans()
9599 loop = (LOOP*)PerlMemShared_realloc(loop, sizeof(LOOP)); in Perl_newFOROP()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5006000445 PerlMemShared_realloc # Z added by devel/scanprov