Searched refs:PerlMemShared_malloc (Results 1 – 13 of 13) sorted by relevance
681 aux = (UNOP_AUX_item*)PerlMemShared_malloc( in S_maybe_multiconcat() 688 const_str = (char *)PerlMemShared_malloc(total_len ? total_len : 1); in S_maybe_multiconcat() 875 char *up = (char*)PerlMemShared_malloc(ulen); in S_maybe_multiconcat() 2542 arg_buf = (UNOP_AUX_item*)PerlMemShared_malloc(
850 # define PerlMemShared_malloc(size) \ macro894 # define PerlMemShared_malloc(size) malloc((size)) macro
1676 aho->states=(reg_trie_state *)PerlMemShared_malloc( numstates * sizeof(reg_trie_state) ); in Perl_construct_ahocorasick_from_trie()
3904 PerlMemShared_malloc(sizeof(struct refcounted_he) - 1 in Perl_refcounted_he_new_pvn() 3909 PerlMemShared_malloc(sizeof(struct refcounted_he) - 1 in Perl_refcounted_he_new_pvn()
991 PerlMemShared_malloc(
1343 newaddr = (char*)PerlMemShared_malloc(pvlen); in Perl_savesharedpv() 1362 char *const newaddr = (char*)PerlMemShared_malloc(len + 1); in Perl_savesharedpvn()
1125 PerlMemShared_malloc(
1675 char **new_environ = (char**)PerlMemShared_malloc( in dup_environ()
254 slab = (OPSLAB *)PerlMemShared_malloc(sz_bytes); in S_new_slab() 7852 have been allocated using C<PerlMemShared_malloc>. in Perl_utilize() 15903 rcpv = (RCPV *)PerlMemShared_malloc(sizeof(struct rcpv) + len);
788 thread = (ithread *)PerlMemShared_malloc(sizeof(ithread));
423 ul = (user_lock *) PerlMemShared_malloc(sizeof(user_lock)); in S_get_userlock()
444 PerlMemShared_malloc # Z added by devel/scanprov
2123 OPs are freed. C<MADPROP>s are now allocated with C<PerlMemShared_malloc()>