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

Function plugin_set_memleak_handler

plugins/libplugin.c:1421–1426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421void plugin_set_memleak_handler(struct plugin *plugin,
1422 void (*mark_mem)(struct plugin *plugin,
1423 struct htable *memtable))
1424{
1425 plugin->mark_mem = mark_mem;
1426}
1427#endif /* DEVELOPER */
1428
1429static void ld_command_handle(struct plugin *plugin,

Callers 7

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by 1

initFunction · 0.68