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

  /external/v8/src/heap/
memory-reducer.cc 52 event.committed_memory = heap->CommittedOldGenerationMemory();
141 if (event.committed_memory <
166 event.committed_memory);
194 event.committed_memory);
memory-reducer.h 107 size_t committed_memory; member in struct:v8::internal::MemoryReducer::Event
gc-tracer.cc 193 size_t committed_memory = heap_->CommittedMemory() / KB; local
204 committed_memory);
246 size_t committed_memory = heap_->CommittedMemory() / KB; local
249 current_.end_time, committed_memory);
    [all...]
heap.cc 4373 int committed_memory = static_cast<int>(CommittedMemory() \/ KB); local
    [all...]

Completed in 152 milliseconds