gperftools 2.18 is out!
This release contains a number of improvements for the bazel build system, in particular for Windows. Plus a number of correctness fixes.
Notable changes:
- Correctness of C23 sized deallocation (free_sized) vs realloc has been fixed. Previously, free_sized could crash the process when used on reallocated objects. This also significantly changes the behavior of rea...