Cyclone Scheme  0.28.0

◆ gc_thread_data_init()

void gc_thread_data_init ( gc_thread_data thd,
int  mut_num,
char *  stack_base,
long  stack_size 
)

Initialize runtime data structures for a thread.

Parameters
thdMutator's thread data
mut_numUnused
stack_baseBottom of the mutator's stack
stack_sizeMax allowed size of mutator's stack before triggering minor GC

Must be called on the target thread itself during startup, to verify stack limits are setup correctly.