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

  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 538 size_t memory_allocated = 0, memory_used = 0; local
540 !GetV8Memory(index, &memory_allocated))
543 ui::FormatBytesWithUnits(memory_allocated,
    [all...]
  /external/chromium_org/v8/src/
counters.h 373 SC(memory_allocated, V8.OsMemoryAllocated) \
spaces.cc 320 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size));
344 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size));
692 isolate_->counters()->memory_allocated()->
780 isolate_->counters()->memory_allocated()->Increment(static_cast<int>(size));
787 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size));
    [all...]

Completed in 151 milliseconds