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

Unified Diff: test/cctest/test-types.cc

Issue 1847543002: Expose a lower bound of malloc'd memory via heap statistics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 9 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: test/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index d2e1c2588442d6c4dd209d2a7f9610bc75d34bf0..933960b9a4840c5ee8f02214e7f025fc8db7ba0a 100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -34,7 +34,7 @@ struct Tests {
Isolate* isolate;
HandleScope scope;
- Zone zone;
+ ZoneForTesting zone;
Types T;
Tests()

Powered by Google App Engine
This is Rietveld 408576698