mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
Moved from reference counting over to a mark and sweep method. Objects are now required to implement an allRefs method which returns a pointer to a list of all other referenced objects. How the list is maintained is up to each object. The retain/release mechanism still works; objects with any references will not be garbage collected, even if the collector thinks they should be. |
||
---|---|---|
.. | ||
ArrayList.c | ||
Collection.c | ||
Double.c | ||
garbage.c | ||
Integer.c | ||
Iterator.c | ||
List.c | ||
Makefile.am | ||
Number.c | ||
object.c | ||
String.c |