Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool memleak_ptr(struct htable *memtable, const void *p)
74
{
75
return htable_del(memtable, hash_ptr(p, NULL), p);
76
}
77
78
static void children_into_htable(struct htable *memtable, const tal_t *p)
79
{
Callers
14
scan_for_pointers
Function · 0.70
memleak_scan_obj
Function · 0.70
remove_with_children
Function · 0.70
handle_strmap
Function · 0.70
memleak_get
Function · 0.70
call_memleak_helpers
Function · 0.70
dev_connect_memleak
Function · 0.50
dev_gossip_memleak
Function · 0.50
closing_dev_memleak
Function · 0.50
handle_memleak
Function · 0.50
handle_dev_memleak
Function · 0.50
finish_report
Function · 0.50
Calls
1
hash_ptr
Function · 0.85
Tested by
1
memleak_mark
Function · 0.40