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 179 int committed_memory = static_cast<int>(heap_->CommittedMemory() / KB);
182 start_time, committed_memory);
211 int committed_memory = static_cast<int>(heap_->CommittedMemory() / KB);
214 current_.end_time, committed_memory);
    [all...]
heap.cc 4218 int committed_memory = static_cast<int>(CommittedMemory() \/ KB); local
    [all...]

Completed in 296 milliseconds