Cyclone Scheme  0.28.0

◆ gc_copy_obj()

char* gc_copy_obj ( object  dest,
char *  obj,
gc_thread_data thd 
)

Copy given object into given heap object.

Parameters
destPointer to destination heap memory slot
objObject to copy
thdThread data object for the applicable mutator
Returns
The appropriate pointer to use for obj

NOTE: There is no additional type checking because this function is called from gc_move which already does that.