efl/src/lib/emile
jiin.moon d23aca3c8e emile: unmap the memory for image file after decode.
Summary:
In case of emile, unmap the memory of the image file when the image file is closing.
But closing of image file happen when the image is flushed from the cache, so the
mapped memory of image file remain for long period of time with no benefit (If it is
in cache, it won't get decoded again). So I think we don't need to keep the mapped
memory of image file.

Test Plan: self

Reviewers: cedric, jpeg, jypark

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D5210

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2017-09-27 11:51:50 -07:00
..
CMakeLists.txt cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries. 2017-02-01 12:25:43 -02:00
Emile.h Emile: Move colorspaces to Efl.Gfx 2016-03-28 16:40:01 +09:00
emile_base64.c emile: move all eina_str_base64 to emile_base64. 2016-01-07 16:27:57 -08:00
emile_base64.h emile: move all eina_str_base64 to emile_base64. 2016-01-07 16:27:57 -08:00
emile_cipher.c emile: API break, rename sha1 to hmac_sha1, introduce real sha1. 2016-08-30 00:35:17 -03:00
emile_cipher.h emile: API break, rename sha1 to hmac_sha1, introduce real sha1. 2016-08-30 00:35:17 -03:00
emile_cipher_gnutls.c emile: fix typos. 2016-09-21 10:34:05 -07:00
emile_cipher_openssl.c emile: SSL state should fallthrough to avoid duplication of logic. 2017-06-05 12:07:57 -07:00
emile_compress.c emile: fix typos catched by coverity. 2015-10-22 16:56:39 -07:00
emile_compress.h emile: fix coding style with ecrustify. 2015-03-17 09:58:21 +01:00
emile_image.c emile: unmap the memory for image file after decode. 2017-09-27 11:51:50 -07:00
emile_image.h emile: rename emile_image_register to emile_image_callback_set. 2017-02-27 15:05:35 -08:00
emile_main.c emile: don't use APIs deprecated in openssl-1.1 2017-02-07 14:17:47 -08:00
emile_private.h emile: cleanup private header. 2015-03-17 09:58:20 +01:00