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

Unified Diff: test/cctest/cctest.h

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/cctest.h
diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h
index e37c78554443144f0f4c21043a906d9a2b07a3ec..db4d46a49207b77275d17fb8d828cff605c3cc2a 100644
--- a/test/cctest/cctest.h
+++ b/test/cctest/cctest.h
@@ -591,7 +591,7 @@ class HandleAndZoneScope : public InitializedHandleScope {
i::Zone* main_zone() { return &main_zone_; }
private:
- i::Zone main_zone_;
+ i::ZoneForTesting main_zone_;
};
#endif // ifndef CCTEST_H_

Powered by Google App Engine
This is Rietveld 408576698