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

Unified Diff: runtime/vm/malloc_hooks.h

Issue 2748403002: Added page to Observatory to display native memory allocation information. (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
Index: runtime/vm/malloc_hooks.h
diff --git a/runtime/vm/malloc_hooks.h b/runtime/vm/malloc_hooks.h
index 64e423dfed9688ec2e0335815c25d371199bca11..1d7ebd135679bf4c63f08f6fd0fcc043449cc9c1 100644
--- a/runtime/vm/malloc_hooks.h
+++ b/runtime/vm/malloc_hooks.h
@@ -24,7 +24,7 @@ class MallocHooks : public AllStatic {
static bool Active();
static void PrintToJSONObject(JSONObject* jsobj);
static Sample* GetSample(const void* ptr);
-
+ static bool NativeAllocationFreed(const void* ptr);
static intptr_t allocation_count();
static intptr_t heap_allocated_memory_in_bytes();
};

Powered by Google App Engine
This is Rietveld 408576698