Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_common.h Log Message: Use memory pool for rect_node_t =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_common.h,v retrieving revision 1.83 retrieving revision 1.84 diff -u -3 -r1.83 -r1.84 --- evas_common.h 4 Jun 2007 18:31:30 -0000 1.83 +++ evas_common.h 4 Jun 2007 18:32:57 -0000 1.84 @@ -571,6 +571,10 @@ struct rect rect; }; +void rect_list_node_pool_set_max(int max); +void rect_list_node_pool_flush(void); +list_node_t *rect_list_node_pool_get(void); +void rect_list_node_pool_put(list_node_t *node); void rect_init(rect_t *r, int x, int y, int w, int h); void rect_list_append_node(list_t *rects, list_node_t *node); ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs