Searched refs:PerlMemShared_realloc (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp_trie.c | 995 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()
|
| D | iperlsys.h | 852 # define PerlMemShared_realloc(buf, size) \ macro 895 # define PerlMemShared_realloc(buf, size) realloc((buf), (size)) macro
|
| D | op.c | 295 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/ |
| D | 5006000 | 445 PerlMemShared_realloc # Z added by devel/scanprov
|