]> mj.ucw.cz Git - libucw.git/history - ucw/mempool.c
Merge branch 'master' into dev-sizet
[libucw.git] / ucw / mempool.c
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2014-06-02 Pavel CharvatMempool: Converted to size_t.
2014-05-30 Pavel CharvatMempool: Fixed bug in mp_stats().
2014-05-28 Pavel CharvatMempool: Do not count the struct mempool to its stats...
2014-05-20 Pavel CharvatMempool: Implemented mp_shrink().
2014-05-20 Pavel CharvatMempool: Implemented statistics about allocated bytes...
2014-05-13 Martin MaresMempools: mp_total_size() is O(1)
2014-05-07 Pavel CharvatMemory pools: Add a reference from each chunk to its...
2014-01-28 Martin MaresIntroduced generic allocators
2012-04-29 Martin MaresConf: Revive cf_def_file and cf_env_file
2012-04-29 Martin MaresConf: Obsolete references to cf_def_file
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2011-12-05 Pavel Charvatmempool: Fixed a memory leak in mp_pop().
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-10-30 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-10-30 Martin MaresMerge branch 'dev-free' into dev-lib
2008-10-30 Martin MaresMoved *_IS_MMAP to CONFIG_UCW_* namespace.
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.