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

Unified Diff: src/heap-profiler.h

Issue 14007008: New GC APIs, try 2. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: code review (yurys) Created 7 years, 8 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 | « src/global-handles.cc ('k') | src/heap-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap-profiler.h
diff --git a/src/heap-profiler.h b/src/heap-profiler.h
index 3f3138db523683180b564193ae8e7830f1954a27..1ed73b9ca692803019650b57264d14fae5f429a1 100644
--- a/src/heap-profiler.h
+++ b/src/heap-profiler.h
@@ -80,6 +80,8 @@ class HeapProfiler {
return snapshots_->is_tracking_objects();
}
+ void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
+
private:
Heap* heap() const { return snapshots_->heap(); }
« no previous file with comments | « src/global-handles.cc ('k') | src/heap-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698