Home | History | Annotate | Download | only in v8

Lines Matching refs:HeapStatistics

71     v8::HeapStatistics heapStatistics;
72 v8::V8::GetHeapStatistics(&heapStatistics);
73 usedHeapSize = heapStatistics.used_heap_size();
74 totalHeapSize = heapStatistics.total_heap_size();
75 heapSizeLimit = heapStatistics.heap_size_limit();
80 v8::HeapStatistics heapStatistics;
81 v8::V8::GetHeapStatistics(&heapStatistics);
82 return heapStatistics.used_heap_size();