efl/src/lib/eio
Cedric BAIL 5915780274 eio: make it possible to limit the amount of memory used by threads.
Eio does need to allocate memory from the thread, transmit it to the
main loop where it is processed and later on freed. If the main loop
is to slow to handle the stream of incoming data, a huge peak of
memory can happen. Some people may want to limit the amount of memory
used at peak time and so this new infrastructure make that possible.

@feature
2014-03-05 14:06:39 +09:00
..
Eio.h eio: make it possible to limit the amount of memory used by threads. 2014-03-05 14:06:39 +09:00
eio_dir.c eio: remove warning. 2014-03-05 14:06:27 +09:00
eio_eet.c eio: formatting 2013-01-03 07:47:27 +00:00
eio_file.c eio: remove warning. 2014-03-05 14:06:27 +09:00
eio_inline_helper.x fix warning related to argument in generating doxygen 2014-01-07 11:27:15 +09:00
eio_main.c eio: make it possible to limit the amount of memory used by threads. 2014-03-05 14:06:39 +09:00
eio_map.c eio: fix wrong container set in eio_file_map_new. 2013-01-14 10:11:27 +00:00
eio_monitor.c eio: let's report the path we didn't found. 2014-03-05 11:46:12 +09:00
eio_monitor_inotify.c Eio monitor: Fix crash on invalid data access 2014-01-14 14:23:05 +09:00
eio_monitor_poll.c efl: formatting 2013-06-20 13:28:18 +02:00
eio_monitor_win32.c efl: formatting 2013-06-20 13:28:18 +02:00
eio_private.h eio: factorize code to have one place where data are pushed. 2014-03-05 10:41:37 +09:00
eio_single.c efl: formatting 2013-06-20 13:28:18 +02:00
eio_xattr.c efl: formatting 2013-06-20 13:28:18 +02:00