HomeSort by relevance Sort by last modified time
    Searched defs:HeapStats (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.h 64 } HeapStats;
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/
ThreadState.h 214 // A HeapStats structure keeps track of the amount of memory allocated
218 class HeapStats {
220 HeapStats() : m_totalObjectSpace(0), m_totalAllocatedSpace(0) { }
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_statsAfterLastGC
    [all...]
  /external/chromium_org/v8/src/heap/
heap.h 341 class HeapStats;
    [all...]

Completed in 199 milliseconds