rb_big_resize     128 bignum.c       	rb_big_resize((VALUE)big, len);
rb_big_resize     162 bignum.c       	rb_big_resize(x, RBIGNUM_LEN(x)+1);
rb_big_resize     182 bignum.c           rb_big_resize(x, len+1);
rb_big_resize     912 bignum.c           rb_big_resize(q, 0);
rb_big_resize     915 bignum.c           rb_big_resize(r, 0);
rb_big_resize     958 bignum.c           rb_big_resize(xx, 0);
rb_big_resize      81 include/ruby/intern.h void rb_big_resize(VALUE big, long len);
rb_big_resize    1331 marshal.c                  rb_big_resize((VALUE)big, len);
rb_big_resize    1333 marshal.c                  rb_big_resize((VALUE)big, (len + 1) * 2 / sizeof(BDIGIT));
rb_big_resize     321 random.c           rb_big_resize((VALUE)big, DEFAULT_SEED_LEN / SIZEOF_BDIGITS + 1);