* Evas: Increase number of Evas_Rectangle in the pool as we use them a lot.

SVN revision: 41047
This commit is contained in:
Cedric BAIL 2009-06-15 14:33:48 +00:00
parent 14693fd070
commit 8cfa89c10f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ evas_init(void)
choice = "chained_mempool";
_evas_rectangle_mp = eina_mempool_new(choice, "evas_rectangle", NULL,
sizeof (Evas_Rectangle), 42);
sizeof (Evas_Rectangle), 256);
if (!_evas_rectangle_mp)
{
EINA_ERROR_PERR("ERROR: Mempool for rectangle cannot be allocated in list init.\n");