Searched defs:committed_memory (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/heap/
H A Dmemory-reducer.h107 size_t committed_memory; member in struct:v8::internal::MemoryReducer::Event
H A Dgc-tracer.cc193 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);
H A Dheap.cc1034 event.committed_memory = committed_memory_after;
4373 int committed_memory = static_cast<int>(CommittedMemory() / KB); local
4376 start_ms, committed_memory);

Completed in 126 milliseconds