]> git.ozlabs.org Git - ccan/commit - ccan/likely/likely.h
likely: use htable_type
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 06:28:43 +0000 (15:58 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 06:28:43 +0000 (15:58 +0930)
commit0e5d0e30b30bb07b6605843e5ff224210d8083d8
tree72e4bbe8fb0e1e0d516a07b33fff9009d3b31172
parent60cc720d0797fc49325437ea36a9ffd909c75ed0
likely: use htable_type

Also general cleanups:
(1) Don't assume that strings are folded by the compiler.
(2) Implement likely_stats_reset().
(3) Return non-const string from likely_stats(), as caller must free it.
(4) Don't use struct info indirection (that was from when we used callbacks?)
(5) Close memory leak in run-debug.c
ccan/likely/likely.c
ccan/likely/likely.h
ccan/likely/test/run-debug.c