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

Function memleak_ptr

common/memleak.c:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool memleak_ptr(struct htable *memtable, const void *p)
89{
90 return htable_del(memtable, hash_ptr(p, NULL), p);
91}
92
93static void children_into_htable(struct htable *memtable, const tal_t *p)
94{

Callers 14

scan_for_pointersFunction · 0.70
memleak_scan_objFunction · 0.70
remove_with_childrenFunction · 0.70
handle_strmapFunction · 0.70
memleak_getFunction · 0.70
call_memleak_helpersFunction · 0.70
memleak_scan_spansFunction · 0.70
dev_connect_memleakFunction · 0.50
dev_gossip_memleakFunction · 0.50
closing_dev_memleakFunction · 0.50
handle_memleakFunction · 0.50
handle_dev_memleakFunction · 0.50

Calls 1

hash_ptrFunction · 0.85

Tested by

no test coverage detected