summaryrefslogtreecommitdiffstats
path: root/vm/hprof/Hprof.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/hprof/Hprof.h')
-rw-r--r--vm/hprof/Hprof.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/vm/hprof/Hprof.h b/vm/hprof/Hprof.h
index 18f410253..f95e2e193 100644
--- a/vm/hprof/Hprof.h
+++ b/vm/hprof/Hprof.h
@@ -251,13 +251,9 @@ bool hprofShutdown(hprof_context_t *ctx);
void hprofFreeContext(hprof_context_t *ctx);
/*
- * Heap.c functions
- *
- * The contents of the hprof directory have no knowledge of
- * the heap implementation; these functions require heap knowledge,
- * so they are implemented in Heap.c.
+ * HprofVisit.c functions
*/
+
int hprofDumpHeap(const char* fileName, int fd, bool directToDdms);
-void dvmHeapSetHprofGcScanState(hprof_heap_tag_t state, u4 threadSerialNumber);
#endif // _DALVIK_HPROF_HPROF