blob: 5e526c24dc05b7a332d1b414000a9f836d08854e (
plain)
1
2
3
4
5
6
7
8
|
# See libsanitizer/configure.tgt for supported architectures.
Architecture: amd64-linux-any
Platform: all
Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
Description: LeakSanitizer (LSan), a memory leak detector
LeakSanitizer is a run-time memory leak detector. It can be combined with
AddressSanitizer to get both memory error and leak detection, or used in a
stand-alone mode.
|