commit | 22bbda464de21d7470b51c71af8d8fdfd7df4dca | [log] [tgz] |
---|---|---|
author | Kalvin Lee <kdlee@chromium.org> | Mon Mar 28 04:16:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 28 04:16:32 2022 |
tree | a63556b27fde23e129aa0eb683c5695f1de0b68d | |
parent | e1b58a56f5de0075d9b6808a4cd1a72c9a60f671 [diff] |
[PA] Namespace migration (19 of N) This change moves the two functions inside the extended API into `partition_alloc::internal`. They're only called from the thread cache unit test, so it seems appropriate not to expose them at the top-level `partition_alloc` namespace. Bug: 1288247 Change-Id: Ic51e2e75f7dee994ef1b33eeb4469c982e2ad11c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3552060 Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#985821}
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.