]> git.ozlabs.org Git - ccan/history - ccan/alloc/alloc.c
ogg_to_pcm: fix build.
[ccan] / ccan / alloc / alloc.c
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/