Searched refs:Newxc (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 649 #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)
|
| D | regcomp.c | 1687 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()
|
| D | perlio.c | 1170 Newxc(l,tab->size,char,PerlIOl);
|
| D | sv.c | 9583 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/ |
| D | perlguts.pod | 1489 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>
|
| D | perlapi.pod | 1735 =item Newxc 1736 X<Newxc> 1741 void Newxc(void* ptr, int nitems, type, cast)
|
| D | perltoc.pod | 5278 Newxc X<Newxc>, Newxz X<Newxz>, Poison X<Poison>, Renew X<Renew>, Renewc
|