Home | History | Annotate | Download | only in src

Lines Matching refs:memory_allocator

232   return isolate()->memory_allocator()->SizeExecutable();
316 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
357 isolate_->memory_allocator()->Size() / KB,
358 isolate_->memory_allocator()->Available() / KB);
5971 isolate_->memory_allocator()->ReportStatistics();
5999 if (isolate_->memory_allocator()->IsOutsideAllocatedSpace(addr)) return false;
6018 if (isolate_->memory_allocator()->IsOutsideAllocatedSpace(addr)) return false;
6584 *stats->memory_allocator_size = isolate()->memory_allocator()->Size();
6586 isolate()->memory_allocator()->Size() +
6587 isolate()->memory_allocator()->Available();
6589 isolate()->memory_allocator()->Available();
6688 if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize()))
6910 isolate_->memory_allocator()->TearDown();
7538 start_memory_size_ = heap_->isolate()->memory_allocator()->Size();
7599 static_cast<double>(heap_->isolate()->memory_allocator()->Size()) / MB;
7907 isolate_->memory_allocator()->Free(chunk);