ALLOCV_N         3328 array.c        	    tmp = ALLOCV_N(VALUE, work, argc+1);
ALLOCV_N         5080 array.c        	long *p = ALLOCV_N(long, t0, r+roomof(n, sizeof(long)));
ALLOCV_N         5171 array.c        	long *stack = ALLOCV_N(long, t0, n+1);
ALLOCV_N         5276 array.c        	long *p = ALLOCV_N(long, t0, r);
ALLOCV_N         5372 array.c        	long *p = ALLOCV_N(long, t0, n);
ALLOCV_N         1649 bignum.c                       wds = ALLOCV_N(BDIGIT, work, wn);
ALLOCV_N         1721 bignum.c               wds = ALLOCV_N(BDIGIT, work, wn);
ALLOCV_N         1927 bignum.c               wds = ALLOCV_N(BDIGIT, work, wn);
ALLOCV_N         2655 bignum.c                   yyds = ALLOCV_N(BDIGIT, tmpyz, yn+zn);
ALLOCV_N         2659 bignum.c                   yyds = alloc_y ? ALLOCV_N(BDIGIT, tmpyz, yn) : rds;
ALLOCV_N         2660 bignum.c                   zds = alloc_z ? ALLOCV_N(BDIGIT, tmpyz, zn) : qds;
ALLOCV_N         2669 bignum.c                   zds = ALLOCV_N(BDIGIT, tmpyz, zn);
ALLOCV_N         3874 bignum.c           uds = ALLOCV_N(BDIGIT, tmpuv, 2*num_bdigits);
ALLOCV_N         3952 bignum.c           buf = ALLOCV_N(char, tmps, num_digits+1);
ALLOCV_N         4940 bignum.c               wds = ALLOCV_N(BDIGIT, tmpw, xn + wn);
ALLOCV_N         1803 complex.c          buf = ALLOCV_N(char, tmp, strlen(s) + 1);
ALLOCV_N         1334 enumerator.c   	VALUE *nargv = ALLOCV_N(VALUE, args, len);
ALLOCV_N          168 ext/date/date_parse.c 	    buf = ALLOCV_N(char, vbuf, ep - bp + 1);
ALLOCV_N          194 ext/date/date_parse.c 	    buf = ALLOCV_N(char, vbuf, ep - bp + 1);
ALLOCV_N          217 ext/date/date_parse.c 	    buf = ALLOCV_N(char, vbuf, ep - bp + 1);
ALLOCV_N          355 ext/date/date_parse.c     dest = d = ALLOCV_N(char, vbuf, l + 1);
ALLOCV_N          461 ext/date/date_parse.c 		    a = ALLOCV_N(char, astr, RSTRING_LEN(str) + 1);
ALLOCV_N         1894 ext/date/date_parse.c 	    char *buf = ALLOCV_N(char, vbuf, l5 + 1);
ALLOCV_N          107 ext/date/date_strptime.c 	char *s2 = ALLOCV_N(char, vbuf, l + 1);
ALLOCV_N          743 ext/etc/etc.c      buf = ALLOCV_N(WCHAR, vbuf, len);
ALLOCV_N          867 ext/etc/etc.c          buf = ALLOCV_N(char, tmp, bufsize);
ALLOCV_N          184 ext/openssl/ossl_bn.c         bin = (unsigned char*)ALLOCV_N(unsigned char, buf, len);
ALLOCV_N         1602 ext/openssl/ossl_pkey_ec.c 	bignums = ALLOCV_N(const BIGNUM *, tmp_b, num);
ALLOCV_N         1606 ext/openssl/ossl_pkey_ec.c 	points = ALLOCV_N(const EC_POINT *, tmp_p, num);
ALLOCV_N         1044 file.c         	ptr = ALLOCV_N(WCHAR, v, len);
ALLOCV_N         1218 file.c         	gary = ALLOCV_N(GETGROUPS_T, v, groups);
ALLOCV_N         3559 file.c         	wstr = ALLOCV_N(WCHAR, v, len);
ALLOCV_N         3214 hash.c         	wname = ALLOCV_N(WCHAR, buf, len + len2);
ALLOCV_N         3223 hash.c         	wname = ALLOCV_N(WCHAR, buf, len + 1);
ALLOCV_N         2251 process.c          VALUE *argv = ALLOCV_N(VALUE, argv_buf, argc);
ALLOCV_N         5852 process.c          groups = ALLOCV_N(rb_gid_t, tmp, ngroups);
ALLOCV_N         5899 process.c          groups = ALLOCV_N(rb_gid_t, tmp, ngroups);
ALLOCV_N          852 random.c           tmp = ALLOCV_N(uint32_t, vtmp, len*2);
ALLOCV_N         1042 random.c       	uint32_t *tmp = ALLOCV_N(uint32_t, vtmp, len * 2);
ALLOCV_N         2157 rational.c         bb = b = ALLOCV_N(char, tmp, strlen(*s) + 1);
ALLOCV_N          885 vm.c               if (dyncount >= numberof(minibuf)) dyns = ALLOCV_N(ID, idtmp, dyncount + 1);
ALLOCV_N          420 vm_eval.c      	VALUE argbuf, *new_args = ALLOCV_N(VALUE, argbuf, argc+1);
ALLOCV_N          761 vm_eval.c          nargv = ALLOCV_N(VALUE, work, argc + 1);
ALLOCV_N          945 vm_eval.c      		tmp_argv = ALLOCV_N(VALUE, vargv, argc);
ALLOCV_N          678 win32/file.c       wpath = ALLOCV_N(WCHAR, wpathbuf, len+1);
ALLOCV_N          748 win32/file.c       wname = ALLOCV_N(WCHAR, wtmp, len + 1);
ALLOCV_N         4960 win32/win32.c      wsrc = ALLOCV_N(WCHAR, buf, len1+len2);
ALLOCV_N         5541 win32/win32.c      buf1 = ALLOCV_N(WCHAR, v, size);
ALLOCV_N         5564 win32/win32.c      buf1 = ALLOCV_N(WCHAR, v, size);