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

Function memleak_mark

tests/plugins/test_libplugin.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106#if DEVELOPER
107static void memleak_mark(struct plugin *p, struct htable *memtable)
108{
109 /* name_option is not a leak! */
110 memleak_ptr(memtable, name_option);
111}
112#endif /* DEVELOPER */
113
114static const char *init(struct plugin *p,

Callers

nothing calls this directly

Calls 1

memleak_ptrFunction · 0.50

Tested by

no test coverage detected