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

Function memleak_init

common/memleak.c:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void memleak_init(void)
323{
324 memleak_track = true;
325 if (backtrace_state)
326 add_backtrace_notifiers(NULL);
327}
328
329static int dump_syminfo(void *data, uintptr_t pc UNUSED,
330 const char *filename, int lineno,

Callers 1

daemon_setupFunction · 0.85

Calls 1

add_backtrace_notifiersFunction · 0.85

Tested by

no test coverage detected