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

Unified Diff: runtime/vm/malloc_hooks_unsupported.cc

Issue 2771293003: Resubmission of native memory allocation info surfacing in Observatory. Fixed crashing tests and st… (Closed)
Patch Set: Added page to Observatory to display native memory allocation information. Created 3 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
« no previous file with comments | « runtime/vm/malloc_hooks_test.cc ('k') | runtime/vm/malloc_hooks_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/malloc_hooks_unsupported.cc
diff --git a/runtime/vm/malloc_hooks_unsupported.cc b/runtime/vm/malloc_hooks_unsupported.cc
index eccd953a6ed4560323c8ca032a7c3076b93d9e38..2f84af464d1491e639f1de0e6170473564925647 100644
--- a/runtime/vm/malloc_hooks_unsupported.cc
+++ b/runtime/vm/malloc_hooks_unsupported.cc
@@ -51,6 +51,11 @@ void MallocHooks::PrintToJSONObject(JSONObject* jsobj) {
}
+Sample* MallocHooks::GetSample(const void* ptr) {
+ return NULL;
+}
+
+
intptr_t MallocHooks::allocation_count() {
return 0;
}
« no previous file with comments | « runtime/vm/malloc_hooks_test.cc ('k') | runtime/vm/malloc_hooks_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698