]> git.ozlabs.org Git - ccan/history - ccan/alloc/alloc.c
jmap: fix jmap_free, tests.
[ccan] / ccan / alloc / alloc.c
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-03-22 Rusty Russellalloc: dont clash with libc's fls, avoid void pointer...
2011-03-22 Rusty Russellalloc: avoid arithmetic on void pointers.
2011-03-16 Brad Hardsalloc: remove unused variable
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-10-20 Rusty Russellalloc: fix 64-bit
2010-09-26 Rusty Russellcompiler: use everywhere.
2010-09-25 Rusty Russellalloc: fix case where poolsize is not a power of 2.
2010-09-25 Rusty Russellalloc: fix uninitialized entry (thanks valgrind!)
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-20 Rusty Russellalloc: fix typo which can cause false assertion
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
2009-01-11 Rusty RussellVarious fixes and debugging help: particularly don...
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
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/