Searched defs:HeapStats (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler.h64 } HeapStats; typedef in typeref:struct:__anon16417
66 // Initialize the heap_profiler. The caller has to allocate the HeapStats
68 void heap_profiler_init(HeapStats* heap_stats);
83 // Cleans up the HeapStats and all the internal data structures.
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h214 // A HeapStats structure keeps track of the amount of memory allocated
218 class HeapStats { class in namespace:blink
220 HeapStats() : m_totalObjectSpace(0), m_totalAllocatedSpace(0) { } function in class:blink::HeapStats
225 void add(HeapStats* other)
257 bool operator==(const HeapStats& other)
623 void getStats(HeapStats&);
624 HeapStats& stats() { return m_stats; }
625 HeapStats& statsAfterLastGC() { return m_statsAfterLastGC; }
707 HeapStats m_stats;
708 HeapStats m_statsAfterLastG
[all...]
/external/chromium_org/v8/src/heap/
H A Dheap.h341 class HeapStats;
1101 void RecordStats(HeapStats* stats, bool take_snapshot = false);
2043 class HeapStats { class in namespace:v8::internal

Completed in 5593 milliseconds