|
From: Andre R. <and...@us...> - 2004-11-20 18:53:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30901/Common/headers Modified Files: Tag: New_Tables_Experiment-branch arraylist.h Log Message: Recycle list handles instead of disposing, at least up to a certain size. Index: arraylist.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/Attic/arraylist.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** arraylist.h 15 Nov 2004 20:52:08 -0000 1.1.2.2 --- arraylist.h 20 Nov 2004 18:53:20 -0000 1.1.2.3 *************** *** 44,47 **** --- 44,49 ---- extern void disposelist (hdllist); + extern boolean listflushcache (long *); + extern void listclear (hdllist); |