Home | History | Annotate | Download | only in src

Lines Matching refs:memory_allocator

210   return isolate()->memory_allocator()->SizeExecutable();
277 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
318 isolate_->memory_allocator()->Size(),
319 isolate_->memory_allocator()->Available());
5033 isolate_->memory_allocator()->ReportStatistics();
5645 *stats->memory_allocator_size = isolate()->memory_allocator()->Size();
5647 isolate()->memory_allocator()->Size() +
5648 isolate()->memory_allocator()->Available();
5650 isolate()->memory_allocator()->Available();
5889 if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize()))
6052 isolate_->memory_allocator()->TearDown();
6637 start_memory_size_ = heap_->isolate()->memory_allocator()->Size();
6690 static_cast<double>(heap_->isolate()->memory_allocator()->Size()) / MB;
6974 isolate_->memory_allocator()->Free(chunk);