]> git.ozlabs.org Git - ccan/commit
alloc: first cut of tiny allocator (down to 2 bytes!)
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Jul 2010 13:52:30 +0000 (23:22 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Jul 2010 13:52:30 +0000 (23:22 +0930)
commit7f9d956574d30f70d2260f4b7694f481e3765173
tree2d595d11b16b7bb958afb0a6eab13ec5168ddbff
parentd707abbb2ff707dd34aa77c9028f23f2266f8d5f
alloc: first cut of tiny allocator (down to 2 bytes!)
ccan/alloc/alloc.c
ccan/alloc/bitops.c [new file with mode: 0644]
ccan/alloc/bitops.h [new file with mode: 0644]
ccan/alloc/test/run-testsize.c
ccan/alloc/test/run-tiny-encode.c [new file with mode: 0644]
ccan/alloc/test/run.c
ccan/alloc/tiny.c [new file with mode: 0755]
ccan/alloc/tiny.h [new file with mode: 0644]