diff runtime/object.h @ 41:1b86a1ee500a

Added faster allocator for small objects
author Mike Pavone <pavone@retrodev.com>
date Sat, 10 Oct 2009 16:40:50 -0400
parents 789a146a48e1
children aabda74c7a88 b218af069da7
line wrap: on
line diff
--- a/runtime/object.h	Fri Oct 09 01:01:26 2009 -0400
+++ b/runtime/object.h	Sat Oct 10 16:40:50 2009 -0400
@@ -14,6 +14,7 @@
 	special_func   init;
 	special_func   copy;
 	special_func   cleanup;
+	special_func   free;
 	struct object  *name;
 	uint32_t       first_methodid;
 	uint32_t       last_methodid;