]> git.ozlabs.org Git - ccan/history - ccan/alloc/test/run.c
tdb2: copy tdb1's changed expansion logic.
[ccan] / ccan / alloc / test / run.c
2011-10-04 Rusty Russellalloc: fix memory leak in tests.
2011-03-22 Rusty Russellalloc: dont clash with libc's fls, avoid void pointer...
2010-07-28 Rusty Russellalloc: reduce number of large pages to 256.
2010-07-28 Rusty Russellalloc: implement huge allocations
2010-07-12 Rusty Russellalloc: first cut of tiny allocator (down to 2 bytes!)
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...
2008-11-15 Rusty RussellRemove compile warnings of tests under Ubuntu (return...
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/