roomof 5080 array.c long *p = ALLOCV_N(long, t0, r+roomof(n, sizeof(long))); roomof 103 bignum.c #define bdigit_roomof(n) roomof(n, SIZEOF_BDIGIT) roomof 3782 bignum.c num_bdigits = (num_digits / BITSPERDIG) * bits_per_digit + roomof((num_digits % BITSPERDIG) * bits_per_digit, BITSPERDIG); roomof 4184 bignum.c num_bdigits = roomof(num_digits, digits_per_bdigits_dbl)*2; roomof 4293 bignum.c num_bdigits = roomof(num_digits, digits_per_bdigits_dbl)*2; roomof 4335 bignum.c num_bdigits = roomof(num_digits, digits_per_bdigits_dbl)*2; roomof 4378 bignum.c num_bdigits = roomof(num_digits, digits_per_bdigits_dbl)*2; roomof 8010 gc.c if (len < 0 || (cnt = (long)roomof(len, sizeof(VALUE))) < 0) { roomof 772 internal.h #define type_roomof(x, y) roomof(sizeof(x), sizeof(y))