aboutsummaryrefslogtreecommitdiff
path: root/py/gc.h
AgeCommit message (Expand)Author
2014-04-08py: Improve GC locking/unlocking, and make it part of the API.Damien George
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-03Implement delmux
2014-02-26GC: Fix printf formats for debugging; add gc_dump_alloc_table.Damien George
2014-02-11Add prototype for gc_dump_info().Paul Sokolovsky
2013-10-23Fix func decls with no arguments: () -> (void).Damien
2013-10-22Add gc_free function to force a block to be freed.Damien
2013-10-22Clear ATBs on gc_init; better gc_info.Damien
2013-10-21Add mark-sweep garbage collector.Damien