Leak Sanitizer
The Leak Sanitizer is a profiling tool used to detect runtime memory leaks in Tizen Native Applications. The Leak Sanitizer lets you discover whether specific parts of the code can potentially cause memory leaks at runtime. You can also avoid leaks in memory after application execution. The Leak Sanitizer tool detects memory leaks at runtime by instrumenting the code during the application compilation. A program with no bugs does not crash when the Leak Sanitizer tool is used, suggesting that the code is safe from potential memory leaks.
To get started with Leak Sanitizer, see the guide Detect Runtime Memory Leaks with Leak Sanitizer