]> git.ozlabs.org Git - ccan/commit
tal/talloc: new module for backending tal onto talloc.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 3 Jan 2013 01:04:22 +0000 (11:34 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 3 Jan 2013 01:04:22 +0000 (11:34 +1030)
commit3c164cd21a13bd3904117f6a33e06945f0f1850c
tree97bb2d72cde17efcc92d62f2db0c240b1cb06f4d
parentd3cbb4cbbc38c96c3a20a7e4e602be7327f25202
tal/talloc: new module for backending tal onto talloc.

David Gibson points out that a project may already be using talloc, so
this gives a simple adapter if one module uses tal.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
17 files changed:
Makefile-ccan
ccan/tal/talloc/LICENSE [new symlink]
ccan/tal/talloc/_info [new file with mode: 0644]
ccan/tal/talloc/talloc.c [new file with mode: 0644]
ccan/tal/talloc/talloc.h [new file with mode: 0644]
ccan/tal/talloc/test/run-array.c [new file with mode: 0644]
ccan/tal/talloc/test/run-count.c [new file with mode: 0644]
ccan/tal/talloc/test/run-destructor.c [new file with mode: 0644]
ccan/tal/talloc/test/run-expand.c [new file with mode: 0644]
ccan/tal/talloc/test/run-free.c [new file with mode: 0644]
ccan/tal/talloc/test/run-named-debug.c [new file with mode: 0644]
ccan/tal/talloc/test/run-named-nolabels.c [new file with mode: 0644]
ccan/tal/talloc/test/run-named.c [new file with mode: 0644]
ccan/tal/talloc/test/run-overflow.c [new file with mode: 0644]
ccan/tal/talloc/test/run-steal.c [new file with mode: 0644]
ccan/tal/talloc/test/run-take.c [new file with mode: 0644]
ccan/tal/talloc/test/run.c [new file with mode: 0644]