(no title)
pdpi | 10 days ago
The nastiest leak I've ever seen in a C++ production system happened inside the allocator. We had a really hostile allocation pattern that forced the book-keeping structures inside the allocator to grow over time.
pdpi | 10 days ago
The nastiest leak I've ever seen in a C++ production system happened inside the allocator. We had a really hostile allocation pattern that forced the book-keeping structures inside the allocator to grow over time.
cogman10|10 days ago
It's since gotten a lot better with JVM updates, so much so that it's not a problem in Java 21 and 25.