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

Unified Diff: base/allocator/allocator_shim_override_mac_symbols.h

Issue 2703803004: macOS: Shim all malloc zones. (Closed)
Patch Set: Minor formatting. Created 3 years, 10 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: base/allocator/allocator_shim_override_mac_symbols.h
diff --git a/base/allocator/allocator_shim_override_mac_symbols.h b/base/allocator/allocator_shim_override_mac_symbols.h
index 5ae9b2a555830f1c58514a2269fd90d8830a5026..04fbf860e4562e2a3754c348572c6c2a5b240f5d 100644
--- a/base/allocator/allocator_shim_override_mac_symbols.h
+++ b/base/allocator/allocator_shim_override_mac_symbols.h
@@ -53,7 +53,7 @@ void OverrideMacSymbols() {
ShimFreeDefiniteSize(ptr, size, zone);
};
- base::allocator::ReplaceFunctionsForDefaultZone(&new_functions);
+ base::allocator::ReplaceFunctionsForStoredZones(&new_functions);
}
} // namespace allocator

Powered by Google App Engine
This is Rietveld 408576698