Cyclone Scheme  0.28.0

◆ gc_move2heap

#define gc_move2heap (   obj)
Value:
{ \
temp = obj; \
if (stack_overflow(low_limit, temp) && \
stack_overflow(temp, high_limit)){ \
(obj) = (object) gc_move(temp, (gc_thread_data *)data, &alloci, &heap_grown); \
} \
}
gc_thread_data_t
Definition: types.h:322
stack_overflow
#define stack_overflow(x, y)
Definition: types.h:517