MCPcopy Create free account
hub / github.com/ElementsProject/lightning / memleak_daemon_cb

Function memleak_daemon_cb

connectd/connectd.c:2005–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2003 * pointers inside hash tables, so we give it a hint here. */
2004#if DEVELOPER
2005static void memleak_daemon_cb(struct htable *memtable, struct daemon *daemon)
2006{
2007 memleak_scan_htable(memtable, &daemon->peers.raw);
2008}
2009#endif /* DEVELOPER */
2010
2011int main(int argc, char *argv[])

Callers

nothing calls this directly

Calls 1

memleak_scan_htableFunction · 0.50

Tested by

no test coverage detected