quakeforge/libs/object
Bill Currie 45f542d293 use calloc instead of malloc when creating objects. clears up some
uninitialized memory usages pointed out by valgrind.
2004-01-09 23:04:08 +00:00
..
.gitignore don't need to see these :) 2003-12-19 04:25:07 +00:00
ArrayList.c Garbage collection: 2003-12-09 02:01:05 +00:00
Collection.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Double.c Garbage collection: 2003-12-09 02:01:05 +00:00
Integer.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Iterator.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
List.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Makefile.am Fix a bug with ArrayList_Deinit_f (tried too hard to be clever), and add 2003-12-07 22:45:32 +00:00
Number.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
String.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
garbage.c Added a finalize method to all Objects and modified the garbage 2003-12-09 06:57:35 +00:00
object.c use calloc instead of malloc when creating objects. clears up some 2004-01-09 23:04:08 +00:00