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

Function memleak_ptr

common/memleak.c:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool memleak_ptr(struct htable *memtable, const void *p)
74{
75 return htable_del(memtable, hash_ptr(p, NULL), p);
76}
77
78static void children_into_htable(struct htable *memtable, const tal_t *p)
79{

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
dev_connect_memleakFunction · 0.50
dev_gossip_memleakFunction · 0.50
closing_dev_memleakFunction · 0.50
handle_memleakFunction · 0.50
handle_dev_memleakFunction · 0.50
finish_reportFunction · 0.50

Calls 1

hash_ptrFunction · 0.85

Tested by 1

memleak_markFunction · 0.40