]> mj.ucw.cz Git - libucw.git/history - ucw/mempool.h
Mapping of whole files: Converted to size_t.
[libucw.git] / ucw / mempool.h
2014-06-02 Pavel CharvatMempool: Converted to size_t.
2014-05-20 Pavel CharvatMempool: Implemented mp_shrink().
2014-05-20 Pavel CharvatMempool: stats->chain_size[] should be u64, not uns.
2014-05-20 Pavel CharvatMempool: Implemented statistics about allocated bytes...
2014-05-15 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/projects...
2014-05-15 Martin MaresMempool: Implemented various functions for appending...
2014-05-13 Martin MaresMempools: mp_total_size() is O(1)
2014-01-28 Martin MaresDoc: Fixed function references v5.99
2014-01-28 Martin MaresIntroduced generic allocators
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2014-01-03 Martin MaresClean up old-style function declarations split to multi...
2012-03-02 Martin MaresMempools: Implemented mp_str_from_mem()
2012-02-11 Martin MaresMerge branch 'dev-trans'
2011-04-19 Martin MaresDocs: Let eltpool and mempool refer to the correspondin...
2011-02-27 Martin MaresMerge branch 'dev-mainloop'
2010-11-07 Pavel CharvatSimplified stdupping of NULL strings.
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-11-12 Pavel CharvatMerge branch 'dev-lib' of git+ssh://git.ucw.cz/projects...
2008-11-11 Pavel CharvatMempools: Do not use the void* arithtmetics (GNU extent...
2008-11-04 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-11-04 Michal Vanerucw docs: growing buffers
2008-10-30 Martin MaresMerge branch 'dev-free' into dev-lib
2008-10-22 Pavel CharvatImplemented mp_restore_fast().
2008-10-07 Michal Vanerucw docs: Mempool examples
2008-10-03 Michal Vanerucw docs: Mempool struct internals are private
2008-10-03 Michal Vanerucw docs: fix language error
2008-10-01 Michal VanerFix the fix of compilation
2008-10-01 Michal VanerFix compilation after writing docs
2008-09-29 Michal Vanerucw docs: Documented mempools
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.