lib/ccan/htable: start empty.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 06:12:47 +0000 (16:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 06:12:47 +0000 (16:42 +1030)
commit19409ddaf2414dd1d8ef183c834b37c8767034b0
treedac5462b73e3588729d80dd4be44bcadf949f4c3
parent1beb793664dba184892b23dced4a3676fb94ff9f
lib/ccan/htable: start empty.

There's no real reason to start with 128 entries.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit 45f24da35118db441e6153f02f6ddd937da1fa1c)
lib/ccan/htable/htable.c
lib/ccan/htable/test/run-size.c [new file with mode: 0644]
lib/ccan/htable/test/run-type.c
lib/ccan/htable/test/run.c