factor/native/gc.h

11 lines
259 B
C
Raw Normal View History

2004-07-16 02:26:21 -04:00
CELL scan;
2004-08-29 03:20:19 -04:00
bool gc_in_progress;
2004-07-16 02:26:21 -04:00
2004-08-04 22:43:58 -04:00
void* copy_untagged_object(void* pointer, CELL size);
2004-07-16 02:26:21 -04:00
void copy_object(CELL* handle);
void collect_object(void);
void collect_next(void);
void collect_roots(void);
void primitive_gc(void);
void maybe_garbage_collection(void);