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

Unified Diff: third_party/tcmalloc/README.chromium

Issue 1549913002: tcmalloc: Use C++11 atomics where appropriate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually Created 5 years 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
Index: third_party/tcmalloc/README.chromium
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index 5ab67d0daf6caf014113adbc5e952744c522b86e..aa2293f2dccfe0ccbb0b0e21d63e5b01d83a1c65 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -100,3 +100,4 @@ Modifications:
- Disabled HEAPPROFILE envvar unless ENABLE_PROFILING is defined
- Add "ARMv8-a" to the supporting list of ARM architecture
- Add generic.total_physical_bytes property to MallocExtension
+- Replaced atomicops code with a portable implemenation based on C++11 <atomics>

Powered by Google App Engine
This is Rietveld 408576698