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

Function memleak_mark

plugins/funder.c:1085–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083
1084#if DEVELOPER
1085static void memleak_mark(struct plugin *p, struct htable *memtable)
1086{
1087 memleak_scan_list_head(memtable, &pending_opens);
1088 memleak_scan_obj(memtable, current_policy);
1089}
1090#endif
1091
1092static const char *init(struct plugin *p, const char *b, const jsmntok_t *t)

Callers

nothing calls this directly

Calls 2

memleak_scan_list_headFunction · 0.85
memleak_scan_objFunction · 0.50

Tested by

no test coverage detected