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

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: rebase Created 3 years, 8 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') | third_party/tcmalloc/chromium/src/base/atomicops.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/README.chromium
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index 801003b0f784e2d2d7b94c75ce2fb8f47bafc3f7..e6a5261ea744fcf6a7d7e7a61a3d1394fbd8e5be 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -108,3 +108,4 @@ Modifications:
- Update addr2line-pdb.c to fix format string errors and use relative addresses
matching linux's behavior more closely.
- Changed kint64min to not depend on undefined behavior.
+- Replaced atomicops code with a portable implemenation based on C++11 <atomics>
« no previous file with comments | « base/allocator/BUILD.gn ('k') | third_party/tcmalloc/chromium/src/base/atomicops.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698