From 7e7ea09000c9386dfa4db75be3ea6c49ab203cfd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 22 Jan 2016 18:40:40 +0000 Subject: Allocate generic list objects using itempools TODO: Allocate the attached structures also using itempools --- amiga/object.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/object.h') diff --git a/amiga/object.h b/amiga/object.h index 85cbb6d52..6ea9bd1b1 100755 --- a/amiga/object.h +++ b/amiga/object.h @@ -58,5 +58,9 @@ void FreeObjList(struct MinList *objlist); /** List abstraction as OS3 appears to have problems with NewMinList() **/ struct MinList *ami_AllocMinList(void); void ami_NewMinList(struct MinList *list); + +/** Initialisation for itempool **/ +bool ami_object_init(void); +void ami_object_fini(void); #endif -- cgit v1.2.3