Debugging memory leaks in Postgres, jemalloc edition
jemallocexcels at sniffing out memory leaks compared toAddressSanitizer, especially when leaks ghost out at program exit. But here's the catch: to dig into profiling with jemalloc, like you're wrangling Postgres, you better cozy up to Linux...