]> git.ozlabs.org Git - ccan/commit
alloc: move into antithread/alloc.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Nov 2012 01:12:11 +0000 (11:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Nov 2012 01:12:11 +0000 (11:42 +1030)
commitd379e0ae835bdd047a5d277f7ded41f180134e27
treea83d8b5056f392183a6f21d8477637b6924407d2
parent8fc1b23065309df44a3725ec7dba76dfebc9cbd2
alloc: move into antithread/alloc.

Our first nested module; easy because noone else relies on it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
30 files changed:
.gitignore
Makefile
Makefile-ccan
ccan/.gitignore [new file with mode: 0644]
ccan/alloc/LICENSE [deleted symlink]
ccan/alloc/_info [deleted file]
ccan/alloc/alloc.c [deleted file]
ccan/alloc/alloc.h [deleted file]
ccan/alloc/bitops.c [deleted file]
ccan/alloc/bitops.h [deleted file]
ccan/alloc/test/run-corrupt.c [deleted file]
ccan/alloc/test/run-testsize.c [deleted file]
ccan/alloc/test/run-tiny-encode.c [deleted file]
ccan/alloc/test/run.c [deleted file]
ccan/alloc/tiny.c [deleted file]
ccan/alloc/tiny.h [deleted file]
ccan/antithread/_info
ccan/antithread/alloc/LICENSE [new symlink]
ccan/antithread/alloc/_info [new file with mode: 0644]
ccan/antithread/alloc/alloc.c [new file with mode: 0644]
ccan/antithread/alloc/alloc.h [new file with mode: 0644]
ccan/antithread/alloc/bitops.c [new file with mode: 0644]
ccan/antithread/alloc/bitops.h [new file with mode: 0644]
ccan/antithread/alloc/test/run-corrupt.c [new file with mode: 0644]
ccan/antithread/alloc/test/run-testsize.c [new file with mode: 0644]
ccan/antithread/alloc/test/run-tiny-encode.c [new file with mode: 0644]
ccan/antithread/alloc/test/run.c [new file with mode: 0644]
ccan/antithread/alloc/tiny.c [new file with mode: 0644]
ccan/antithread/alloc/tiny.h [new file with mode: 0644]
ccan/antithread/antithread.c