Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/data


Modified Files:
        evas_list.c 


Log Message:


new - much cleaner/simpler mempool

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/data/evas_list.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- evas_list.c 23 Nov 2005 10:44:48 -0000      1.18
+++ evas_list.c 25 Nov 2005 08:29:39 -0000      1.19
@@ -17,15 +17,14 @@
 static Evas_Mempool _evas_list_mempool =
 {
    sizeof(Evas_List),
-   (4096 - (34 * sizeof(int)) - (sizeof(void *) * 2)) / sizeof(Evas_List),
-/* 32,*/
-   0, NULL
+   320,
+   0, NULL, NULL
 };
 static Evas_Mempool _evas_list_accounting_mempool =
 {
    sizeof(Evas_List_Accounting),
-   32,
-   0, NULL
+   80,
+   0, NULL, NULL
 };
    
 /**




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to