summaryrefslogtreecommitdiff
path: root/ccan/tal/talloc/test
AgeCommit message (Collapse)Author
2015-05-28tal: rename tal_dup to tal_dup_arr, make tal_dup simpler.Rusty Russell
It's a bit too powerful, if you just want to memdup one thing, it's hard to remember what the extra args are for. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-01-03tal/talloc: new module for backending tal onto talloc.Rusty Russell
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>