Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "[base/allocator] Support mallinfo() for PartitionAlloc-Everyw…
…here." This reverts commit aa18dd9. Reason for revert: Not the cause of breakage, as the bot is still broken. As there was a suspicion this wasn't the culprit to begin with, relanding. Original change's description: > Revert "[base/allocator] Support mallinfo() for PartitionAlloc-Everywhere." > > This reverts commit 98e662e. > > Reason for revert: this seem to break Win7 builder > https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29/85993 > > > > Original change's description: > > [base/allocator] Support mallinfo() for PartitionAlloc-Everywhere. > > > > mallinfo() is used by MallocDumpProvider, and ProcessMemoryMetrics. The > > first one can also use the extended API of PartitionAlloc to report > > data, but the second one uses mallinfo(). To support both, implement > > mallinfo(). > > > > Bug: 998048 > > Change-Id: I9d71cd3a7bbf5c766cfc3771907c2f51ac17cace > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426708 > > Reviewed-by: Will Harris <wfh@chromium.org> > > Commit-Queue: Benoit L <lizeb@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#819010} > > TBR=lizeb@chromium.org,wfh@chromium.org > > Change-Id: Ibfbc278d7057808ce1a66150e2a8f516bdaab230 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 998048 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489626 > Reviewed-by: Anatoliy Potapchuk <apotapchuk@chromium.org> > Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819368} TBR=lizeb@chromium.org,wfh@chromium.org,apotapchuk@chromium.org # Not skipping CQ checks because this is a reland. Bug: 998048 Change-Id: I8b558903c6a1b94c3db472d200472a03c97b8322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489909 Reviewed-by: Benoit L <lizeb@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#819782}
- Loading branch information