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

Unified Diff: chrome/app/framework.order

Issue 2658723007: Hook up allocator shim on mac. (Closed)
Patch Set: Rebase. Created 3 years, 11 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
Index: chrome/app/framework.order
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index ecf1d0829d3473be423b6fff26f68463bc180dec..f8231ccf3dd4cb3d76af64cd84a9c8f5e1395a78 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -15,6 +15,16 @@
# release modes. It is not an error to list symbols in this file that will not
# be present in each output variant.
+# Overrides for C++ new/delete operators used by base/allocator.
Primiano Tucci (use gerrit) 2017/01/28 05:10:03 see my comment above about overriding c++ symbols
erikchen 2017/01/31 02:21:22 Done.
+__Znwm
+__ZdlPv
+__Znam
+__ZdaPv
+__ZnwmRKSt9nothrow_t
+__ZnamRKSt9nothrow_t
+__ZdlPvRKSt9nothrow_t
+__ZdaPvRKSt9nothrow_t
+
# Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
___asan_default_options

Powered by Google App Engine
This is Rietveld 408576698