Searched refs:memory_allocated (Results 1 – 3 of 3) sorted by relevance
538 size_t memory_allocated = 0, memory_used = 0; in GetResourceV8MemoryAllocatedSize() local540 !GetV8Memory(index, &memory_allocated)) in GetResourceV8MemoryAllocatedSize()543 ui::FormatBytesWithUnits(memory_allocated, in GetResourceV8MemoryAllocatedSize()
320 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size)); in FreeMemory()344 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size)); in FreeMemory()692 isolate_->counters()->memory_allocated()-> in AllocateChunk()780 isolate_->counters()->memory_allocated()->Increment(static_cast<int>(size)); in CommitBlock()787 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size)); in UncommitBlock()
373 SC(memory_allocated, V8.OsMemoryAllocated) \