> +static void *
> +_ecore_evas_buffer_pix_alloc(void *data, int size)
> +{
> + return malloc(size);
> +}
> +
> +static void *
> +_ecore_evas_buffer_pix_free(void *data, void *pix)
> +{
> + free(pix);
> +}what about inlining those functions ? Vincent ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
