commit | c9ec6149bd968b12466ecc7bf6f7ac4c8c1c9e12 | [log] [tgz] |
---|---|---|
author | Benoit Lize <[email protected]> | Fri May 20 10:51:25 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri May 20 10:51:25 2022 |
tree | d6e1a6e90b4fa1308759cec1651e60fc3d8b9783 | |
parent | a5fe6465633bad4f31c33f658f2721fa44078ece [diff] |
[PartitionAlloc] Sort active slot spans to prefer the fullest ones This is intended to reduce memory fragmentation, by periodically (during purge) sorting the active slot spans to prefer to fullest ones. It is controlled by a feature, and enabled on Android and Linux in the testing config, in order to gather data. Change-Id: I12fe1a477db55b839d579b49b862745bf400af78 Bug: 1217582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3412485 Reviewed-by: Benoit Lize <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Bartek Nowierski <[email protected]> Commit-Queue: Benoit Lize <[email protected]> Cr-Commit-Position: refs/heads/main@{#1005715}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.