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