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

  /external/v8/src/
spaces.h     [all...]
heap.cc 140 int Heap::CommittedMemory() {
143 return new_space_.CommittedMemory() +
144 old_pointer_space_->CommittedMemory() +
145 old_data_space_->CommittedMemory() +
146 code_space_->CommittedMemory() +
147 map_space_->CommittedMemory() +
148 cell_space_->CommittedMemory() +
    [all...]
heap-profiler.cc 618 "Heap", "allocated", Heap::CommittedMemory(), Heap::SizeOfObjects()));
heap.h 239 static int CommittedMemory();
    [all...]
api.cc     [all...]

Completed in 20 milliseconds