use mempool for evas objects. hopefully less fragmenting and faster

alloc/frees.



SVN revision: 56365
This commit is contained in:
Carsten Haitzler 2011-01-29 05:21:20 +00:00
parent c9e2fc434e
commit dd02ec770c
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ Eina_Bool evas_map_coords_get(const Evas_Map *m, Evas_Coord x, Evas_Coord y, Eva
/****************************************************************************/ /****************************************************************************/
/*****************************************/ /*****************************************/
/********************/ /********************/
//#define MPOOL 1 #define MPOOL 1
#ifdef MPOOL #ifdef MPOOL
typedef struct _Evas_Mempool Evas_Mempool; typedef struct _Evas_Mempool Evas_Mempool;