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

Function memleak_scan_obj

common/memleak.c:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void memleak_scan_obj(struct htable *memtable, const void *ptr)
137{
138 memleak_ptr(memtable, ptr);
139 scan_for_pointers(memtable, ptr, tal_bytelen(ptr));
140}
141
142void memleak_scan_list_head(struct htable *memtable, const struct list_head *l)
143{

Callers 14

memleak_scan_htableFunction · 0.70
memleak_scan_intmap_Function · 0.70
handle_strmapFunction · 0.70
call_memleak_helpersFunction · 0.70
dev_connect_memleakFunction · 0.50
dev_gossip_memleakFunction · 0.50
handle_memleakFunction · 0.50
handle_dev_memleakFunction · 0.50
finish_reportFunction · 0.50
memleak_mark_bitcoindFunction · 0.50
PRINTF_FMTFunction · 0.50
memleak_mark_globalsFunction · 0.50

Calls 3

scan_for_pointersFunction · 0.85
tal_bytelenFunction · 0.85
memleak_ptrFunction · 0.70

Tested by

no test coverage detected