Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PA-E] Don't double-count fragmentation in memory-infra
This is expected to improve reported memory footprint according to the various malloc metrics for perf bots, and *.Malloc.* for UMA. This does not correspond to any real memory footprint change, and as a consequence Private Memory Footprint (PMF) should not move. Note that this metric regressed on some platforms when switching to PartitionAlloc, because of this double-counting. However, since it was known that this footprint was not directly comparable across different allocators, it was not used as an evaluation criterion. Change-Id: If7640e86499f3d497e9ea5904003e3dc0f9433ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3383815 Reviewed-by: Thiabaud Engelbrecht <thiabaud@google.com> Reviewed-by: Siddhartha S <ssid@chromium.org> Commit-Queue: Benoit Lize <lizeb@chromium.org> Cr-Commit-Position: refs/heads/main@{#959122}
- Loading branch information