commit | 7903e0c3fe6f2d76c3f12ef39a4351065789b80b | [log] [tgz] |
---|---|---|
author | Honoka Anada <honokaanada@google.com> | Fri Sep 09 09:46:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 09 09:46:18 2022 |
tree | a5f76675bc8e6e9235ac397eaa3355eef3e7d4f4 | |
parent | 52f763f5c04c40bfd76e5963f589c5a43af2bc66 [diff] |
[PA] Add a check using freeslot bitmap to IsSane() This change enables freeslot bitmap check on calling GetNext() in freelist entries. It also moved SuperPageFreeSlotBitmapAddr() to freeslot_bitmap_constants.h to resolve a circular dependency caused by this change. This check does not support the thread cache. LOW_COVERAGE_REASON=Unrelated to this change. Bug: 1354062 Change-Id: I3810fcf8f22a852074616ccee6bffeb7fb68ed8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3874297 Reviewed-by: Takashi Sakamoto <tasak@google.com> Commit-Queue: Honoka Anada <honokaanada@google.com> Cr-Commit-Position: refs/heads/main@{#1045004}
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.