mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-18 00:21:31 +00:00
991fc06360
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.h | ||
Collection.h | ||
Double.h | ||
Exception.h | ||
Integer.h | ||
Iterator.h | ||
List.h | ||
Makefile.am | ||
Number.h | ||
String.h |