Description
Provides the LeakSanitizer runtime used by GCC-instrumented programs to detect memory leaks. Developers use it during tests and debugging to find allocations that were not released.
Normal users may need it only to run instrumented builds. It does not add a standalone app and is mainly part of development quality workflows.