HomeSort by relevance Sort by last modified time
    Searched refs:committed_memory (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
gc-tracer.cc 203 int committed_memory = static_cast<int>(heap_->CommittedMemory() / KB);
206 start_time, committed_memory);
238 int committed_memory = static_cast<int>(heap_->CommittedMemory() / KB);
241 current_.end_time, committed_memory);
heap.cc 4299 int committed_memory = static_cast<int>(CommittedMemory() \/ KB); local
    [all...]

Completed in 89 milliseconds