* eina: add assert to ease tracking down efl misuse with threads.
[profile/ivi/eina.git] / src / modules / mp / chained_pool / eina_chained_mempool.c
2010-10-13 cedric * eina: add assert to ease tracking down efl misuse...
2010-10-13 cedric * eina: easy speed improvement by reducing operation...
2010-10-12 cedric * eina: improve chained mempool speed.
2010-08-04 lucasFORMATTING
2010-07-30 cedric * eina: try to fix memory align on sparc.
2010-07-28 rasteruncrustify eina.
2010-07-26 cedric * eina: add a mempool that just do one big malloc.
2010-07-13 carouse Win32 native mutex on Windows. To use it, pass...
2010-02-11 englebassAnd only log when debug
2010-02-11 englebassUse eina_log
2009-09-16 caro * allow compilation with vc++
2009-09-07 barbieri--enable-amalgamation
2009-07-15 cedric * eina: Expose an helper for memory pool as Eina_Trash...
2009-02-17 cedric * eina/m4/efl_pthread.m4,
2008-10-21 cedricRename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST...
2008-10-01 cedricReduce code size, and improve sort speed.
2008-09-30 cedricFix chained mempool allocator.
2008-09-24 turranNew module API. Port this API to the mempool subsystem...
2008-09-23 caro * fix list doc
2008-09-18 cedricAdd some type checking to Inlined List.
2008-09-17 cedricFix typo and initialization.
2008-08-18 cedricAdd a proposal for a module/plugins API that should...
2008-08-06 cedricLicense changes (BSD -> LGPL)
2008-07-31 cedricCleanup the mempool stuff.