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

Function memleak_scan_list_head

common/memleak.c:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void memleak_scan_list_head(struct htable *memtable, const struct list_head *l)
143{
144 scan_for_pointers(memtable, l, sizeof(*l));
145}
146
147static void remove_with_children(struct htable *memtable, const tal_t *p)
148{

Callers 3

mark_unreleased_txsFunction · 0.85
memleak_mark_paymentsFunction · 0.85
memleak_markFunction · 0.85

Calls 1

scan_for_pointersFunction · 0.85

Tested by

no test coverage detected