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

Unified Diff: chrome/app/framework.order

Issue 2601573002: mac: Hook up allocator shim. (Closed)
Patch Set: Clean up. Created 4 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
« build/config/allocator.gni ('K') | « build/config/allocator.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/framework.order
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index 8dc2eecd8c8ee33387c51eb3eda3cc768e007b70..f8231ccf3dd4cb3d76af64cd84a9c8f5e1395a78 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -15,8 +15,15 @@
# release modes. It is not an error to list symbols in this file that will not
# be present in each output variant.
-__ZnwmPv
-__ZdlPvS_
+# Overrides for C++ new/delete operators used by base/allocator.
+__Znwm
+__ZdlPv
+__Znam
Primiano Tucci (use gerrit) 2017/01/17 17:09:59 why these symbols are changing?
+__ZdaPv
+__ZnwmRKSt9nothrow_t
+__ZnamRKSt9nothrow_t
+__ZdlPvRKSt9nothrow_t
+__ZdaPvRKSt9nothrow_t
# Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
___asan_default_options
« build/config/allocator.gni ('K') | « build/config/allocator.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698