]> git.ozlabs.org Git - ccan/commit
htable: reduce size of htable by calculating max every time.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Apr 2019 23:20:37 +0000 (09:50 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Apr 2019 23:20:37 +0000 (09:50 +1030)
commit9e92552b1b2a1b631bde1c379b9f2950725b1245
tree81c36cd9d1d0a84efe21a53b084ed82292fd1bc6
parent2b3517d40f2d8ac728785a21da19db6e1230d010
htable: reduce size of htable by calculating max every time.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/htable/htable.c
ccan/htable/htable.h
ccan/htable/test/run-copy.c
ccan/htable/test/run-debug.c
ccan/htable/test/run-size.c
ccan/htable/test/run-type-int.c
ccan/htable/test/run-type.c
ccan/htable/test/run.c