]> git.ozlabs.org Git - ccan/history - ccan/alloc
ttxml: Passes Valgrind now
[ccan] / ccan / alloc /
2011-08-23 Rusty Russellalloc: fix !HAVE_BUILTIN_POPCOUNTL code.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
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: avoid dead store to hdrlen
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-11-03 Rusty Russellalloc: fix missing header in compilation of example.
2010-10-26 Rusty Russellilog: rework to reduce interface.
2010-10-21 Rusty Russelllicense: more changing of licence -> license.
2010-10-20 Rusty Russellalloc: fix 64-bit
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-06 Rusty Russellalloc: fix examples so they compile.
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-09-13 Rusty Russellalloc: No need for tiny.c to be executable.
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/