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; |
} |