]> git.ozlabs.org Git - ccan/history - alloc/alloc.c
Use new alignof package
[ccan] / alloc / alloc.c
2008-05-18 Rusty RussellUse new alignof package
2008-05-18 Rusty RussellNeaten definitions a little.
2008-05-18 Rusty RussellFinished uniform allocation code.
2008-03-27 Rusty RussellRemove redundant metalen from metadata header: we can...
2008-03-27 Rusty RussellMore cleanups where get_bit_pair should be used instead of
2008-03-27 Rusty RussellSeparate functions for bitpair manip.
2008-03-27 Rusty RussellClean up metadata when we run out of room.
2008-03-24 Rusty RussellMinor cleanups, a little new testing and a "visualize...
2008-03-23 Rusty Russellsub-page allocations work, still some FIXMEs to go.
2008-03-18 Rusty RussellAllocator now has metadata.
2008-03-18 Rusty RussellAllocate backwards, ready for metadata.
2008-03-15 Rusty RussellInitial cut at file/mem allocator (pages only)