TIL macos has a native memory leak tool called `leaks`๐ง
— Mark M (@offlinemark) June 30, 2020
A bit harder to use than valgrind- it attaches to your process, so you may need to insert a getchar/sleep. But otherwise works very nicely and out of the box ๐ (unlike leak sanitizer or valgrind) pic.twitter.com/bBts9WpWVg
macOS has a native memory leak checker
Leave a reply