Cyclone Scheme  0.28.0

◆ gc_alloc_from_bignum()

void* gc_alloc_from_bignum ( gc_thread_data data,
bignum_type src 
)

A helper function to create a heap-allocated copy of a bignum.

Parameters
dataThe mutator's thread data object
srcThe bignum instance to copy to the heap
Returns
Pointer to the heap object