* Evas: Increase number of Evas_Rectangle in the pool as we use them a lot.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 15 Jun 2009 14:33:48 +0000 (14:33 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 15 Jun 2009 14:33:48 +0000 (14:33 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@41047 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_main.c

index 8e07c54..707b392 100644 (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");