Searched refs:PerlMemShared_calloc (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_trie.c473 trie->jump = (U16 *) PerlMemShared_calloc( word_count + 1, \
475 trie->j_before_paren = (U16 *) PerlMemShared_calloc( word_count + 1, \
477 trie->j_after_paren = (U16 *) PerlMemShared_calloc( word_count + 1, \
590 trie = (reg_trie_data *) PerlMemShared_calloc( 1, sizeof(reg_trie_data) );
595 trie->charmap = (U16 *) PerlMemShared_calloc( 256, sizeof(U16) );
597 trie->bitmap = (char *) PerlMemShared_calloc( ANYOF_BITMAP_SIZE, 1 );
598 trie->wordinfo = (reg_trie_wordinfo *) PerlMemShared_calloc(
881 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2,
986 PerlMemShared_calloc( transcount, sizeof(reg_trie_trans) );
1107 PerlMemShared_calloc( ( TRIE_CHARCOUN
[all...]
H A Diperlsys.h856 # define PerlMemShared_calloc(num, size) \ macro
897 # define PerlMemShared_calloc(num, size) calloc((num), (size)) macro
H A Dop.c284 slab->opslab_freed = (OP**)PerlMemShared_calloc((slab->opslab_freed_size), sizeof(OP*));
334 o = (OP*)PerlMemShared_calloc(1, sz);
7001 tbl = (OPtrans_map*)PerlMemShared_calloc(struct_size, 1);

Completed in 159 milliseconds