Essential Tools for Embedded Development: Sanitizer
Hello everyone, I am the Mixed Cuisine Master. Today we are going to share a development and debugging tool – Sanitizer. Introduction to Sanitizer Sanitizer is an open-source toolkit initiated by Google, designed to detect memory leaks and other issues. Link: https://github.com/google/sanitizers/wiki/ It includes various tools such as AddressSanitizer, MemorySanitizer, ThreadSanitizer, and LeakSanitizer. These tools … Read more