commit | 26d416640cf0eb0439e81bcc04257f242d135340 | [log] [tgz] |
---|---|---|
author | Bartek Nowierski <bartekn@chromium.org> | Thu Dec 16 11:43:35 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 16 11:43:35 2021 |
tree | 1c56eee003f42366526483ea0a70eb2053cda992 | |
parent | 7df024499e373940a7d752362c497da8194cefa8 [diff] |
[PA] Reorder ConfigurePartitions 1. Move PurgeMemory to the end. It makes more sense to purge only after the traffic to the original root is shut off. 2. Turn on traffic into the aligned-alloc root before switching the all-purpose traffic to the new root, which may not support aligned-alloc. This isn't technically required, more of defense in-depth. Current code happens to work with the current implementation of AlignedAllocator(), just feels fragile. Include-Ci-Only-Tests: true Cq-Include-Trybots: luci.chromium.try:win7-rel,win_chromium_x64_rel_ng Change-Id: Icb5f3b8508a3c7fc85de32082a9bc058ca0b8c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3310064 Reviewed-by: Benoit Lize <lizeb@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Reviewed-by: Takashi Sakamoto <tasak@google.com> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/main@{#952308}
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.