]> git.ozlabs.org Git - ccan/history - ccan/alloc
tdb2: tdb_expand on empty database now tested.
[ccan] / ccan / alloc /
2010-08-06 Rusty RussellAdd author and maintainer fields.
2010-08-06 Rusty RussellAdd licences/ dir and symlinks for a bit more clarity.
2010-07-29 Rusty Russellalloc: speed up tiny allocator
2010-07-28 Rusty Russellalloc: remove unused debugging function.
2010-07-28 Rusty Russellalloc: reduce number of large pages to 256.
2010-07-28 Rusty Russellalloc: implement huge allocations
2010-07-27 Rusty Russellalloc: fix bug in tiny allocator.
2010-07-20 Rusty Russellalloc: fix typo which can cause false assertion
2010-07-15 Rusty Russellalloc: fix bug in tiny allocator
2010-07-12 Rusty Russellalloc: remove encode limit arg, and implement free...
2010-07-12 Rusty Russellalloc: first cut of tiny allocator (down to 2 bytes!)
2010-06-09 Rusty Russellalloc: reduce page header further, go down to 64k minimum.
2010-06-09 Rusty Russellalloc: make small_page_bits() function rather than...
2010-06-09 Rusty Russellalloc: use page numbers in lists to reduce overhead.
2010-06-09 Rusty Russellalloc: implement alloc_visualize().
2010-06-09 Rusty Russellalloc: fix page header size calculation bug, increase...
2010-06-08 Rusty Russellalloc: first cut of new Tridge-inspired allocator
2010-01-06 Rusty RussellRemove old run-tests, clean up #includes to all be...
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-01-11 Rusty RussellVarious fixes and debugging help: particularly don...
2008-11-15 Rusty RussellRemove compile warnings of tests under Ubuntu (return...
2008-11-13 Rusty RussellFix examples (they all compile now), and init parent...
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-09-12 Rusty RussellDocument license requirements.
2008-08-04 Rusty Russellmerge
2008-07-30 Rusty RussellFix 64-bit compile warning.
2008-06-29 Rusty RussellAdd alloc_size(): every allocator has to be able to...
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/