summaryrefslogtreecommitdiff
path: root/lib/ccan/htable/test/run-size.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-05lib/ccan/htable: clean up interface, document htable_type better.Rusty Russell1-6/+6
We change from htable_new()/htable_free() to htable_init/htable_clear. We also change HTABLE_DEFINE_TYPE() to be the full name, without automatically prepending htable_. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 0c3590dc33d644f73bb8587db454c491830aaf26)
2011-12-05lib/ccan/htable: start empty.Rusty Russell1-0/+36
There's no real reason to start with 128 entries. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 45f24da35118db441e6153f02f6ddd937da1fa1c)