Cyclone Scheme  0.9
#define alloc_bignum (   data,
 
)    bignum_type *p = gc_alloc_bignum((gc_thread_data *)data);

Allocate a new bignum on the heap