Home
last modified time | relevance | path

Searched refs:Newxc (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dhandy.h649 #define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)safemalloc((MEM_SIZE)((n)*sizeof(t))))) macro
654 #define Newc(x,v,n,t,c) Newxc(v,n,t,c)
Dregcomp.c1687 Newxc(RExC_rx->data, sizeof(*RExC_rx->data) + sizeof(void*) * (n - 1), in S_add_data()
1813 Newxc(r, sizeof(regexp) + (unsigned)RExC_size * sizeof(regnode), in Perl_pregcomp()
Dperlio.c1170 Newxc(l,tab->size,char,PerlIOl);
Dsv.c9583 Newxc(ret, sizeof(regexp) + (len+1)*sizeof(regnode), char, regexp); in Perl_re_dup()
9605 Newxc(d, sizeof(struct reg_data) + count*sizeof(void *), in Perl_re_dup()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod1489 Newxc(pointer, number, type, cast);
1497 C<type> is passed to C<sizeof>. The final argument to C<Newxc>, C<cast>,
1501 Unlike the C<Newx> and C<Newxc> macros, the C<Newxz> macro calls C<memzero>
Dperlapi.pod1735 =item Newxc
1736 X<Newxc>
1741 void Newxc(void* ptr, int nitems, type, cast)
Dperltoc.pod5278 Newxc X<Newxc>, Newxz X<Newxz>, Poison X<Poison>, Renew X<Renew>, Renewc