Searched refs:Perl_Slab_Alloc (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.h492 (var = (type *) Perl_Slab_Alloc(aTHX_ m,c*sizeof(type)))
494 (var = (OP *) Perl_Slab_Alloc(aTHX_ m,size))
H A Dembed.h1416 #define Slab_Alloc Perl_Slab_Alloc
3934 #define Slab_Alloc(a,b) Perl_Slab_Alloc(aTHX_ a,b)
H A Dproto.h1005 PERL_CALLCONV void* Perl_Slab_Alloc(pTHX_ int m, size_t sz);
H A Dop.c34 Perl_Slab_Alloc(pTHX_ int m, size_t sz) function

Completed in 69 milliseconds