ALLOCV 194 ext/fiddle/function.c generic_args = ALLOCV(alloc_buffer,
ALLOCV 2849 object.c char *p = ALLOCV(v, len);
ALLOCV 684 win32/file.c rp = ALLOCV(wtmp, size);
ALLOCV 1077 win32/win32.c (((char *)memcpy(((ptr) = ALLOCV((v), (len) + 1)), (src), (len)))[len] = 0)
ALLOCV 1248 win32/win32.c char *tmp = ALLOCV(v, shell_len + strlen(cmd) + sizeof(" -c ") + 2);
ALLOCV 1258 win32/win32.c char *tmp = ALLOCV(v, strlen(shell) + strlen(cmd) + sizeof(" /c ") + (nt ? 2 : 0));
ALLOCV 1313 win32/win32.c cmd = p = ALLOCV(v, len + alen + (quote ? 2 : 0) + 1);
ALLOCV 1400 win32/win32.c cmd = ALLOCV(v, len);
ALLOCV 1408 win32/win32.c cmd = ALLOCV(v, len);
ALLOCV 4828 win32/win32.c rp = ALLOCV(wtmp, size);
ALLOCV 4891 win32/win32.c WCHAR *wname, *wpath = ALLOCV(wtmp, size + sizeof(WCHAR) * len);