mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add leak detector helper
This is a leak detector by finding allocations which do not have a corresponding free record.
This commit is contained in:
@ -135,6 +135,7 @@ libsysprof_private_sources = [
|
||||
'sysprof-document-symbols.c',
|
||||
'sysprof-elf-loader.c',
|
||||
'sysprof-elf.c',
|
||||
'sysprof-leak-detector.c',
|
||||
'sysprof-maps-parser.c',
|
||||
'sysprof-mount-device.c',
|
||||
'sysprof-mount-namespace.c',
|
||||
|
||||
Reference in New Issue
Block a user