Searched defs:SSNEW (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.h184 /* SSNEW() temporarily allocates a specified number of bytes of data on the
187 * SSNEWa() works like SSNEW(), but also aligns the data to the specified
192 * SSPTR() converts the index returned by SSNEW/SSNEWa() into a pointer.
195 #define SSNEW(size) Perl_save_alloc(aTHX_ (size), 0) macro
196 #define SSNEWt(n,t) SSNEW((n)*sizeof(t))

Completed in 23 milliseconds