Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(969)

Unified Diff: base/allocator/README.md

Issue 2902043007: allocator: rename use_experimental_allocator_shim to use_allocator_shim (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/allocator/BUILD.gn ('k') | base/allocator/allocator_shim_override_glibc_weak_symbols.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/README.md
diff --git a/base/allocator/README.md b/base/allocator/README.md
index a211732c3f340bacdba7b4104046889400818392..445fe1696943c9a9e48932abf87eb7f78e4d071c 100644
--- a/base/allocator/README.md
+++ b/base/allocator/README.md
@@ -87,7 +87,7 @@ time we no longer need any forked files.
Unified allocator shim
----------------------
-On most platform, Chrome overrides the malloc / operator new symbols (and
+On most platforms, Chrome overrides the malloc / operator new symbols (and
corresponding free / delete and other variants). This is to enforce security
checks and lately to enable the
[memory-infra heap profiler][url-memory-infra-heap-profiler].
@@ -97,9 +97,10 @@ a project aimed to unify the symbol definition and allocator routing logic in
a central place.
- Full documentation: [Allocator shim design doc][url-allocator-shim].
- - Current state: Available and enabled by default on Linux, CrOS and Android.
+ - Current state: Available and enabled by default on Android, CrOS, Linux,
+ Mac OS and Windows.
- Tracking bug: [https://crbug.com/550886][crbug.com/550886].
- - Build-time flag: `use_experimental_allocator_shim`.
+ - Build-time flag: `use_allocator_shim`.
**Overview of the unified allocator shim**
The allocator shim consists of three stages:
« no previous file with comments | « base/allocator/BUILD.gn ('k') | base/allocator/allocator_shim_override_glibc_weak_symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698