Home | History | Annotate | Download | only in src

Lines Matching refs:MemoryAllocator

197   // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
203 if (MemoryAllocator::MaxAvailable() <= new_space_.Size()) {
248 MemoryAllocator::Size(),
249 MemoryAllocator::Available());
3152 MemoryAllocator::ReportStatistics();
3534 if (!MemoryAllocator::Setup(MaxReserved())) return false;
3536 MemoryAllocator::ReserveInitialChunk(4 * reserved_semispace_size_);
3674 MemoryAllocator::TearDown();