Lines Matching refs:memory_allocator
135 ->memory_allocator() in CreateReadOnlySpace()
243 heap->read_only_space()->TearDown(heap->memory_allocator()); in ReinstallReadOnlySpace()
285 void SharedReadOnlySpace::TearDown(MemoryAllocator* memory_allocator) { in TearDown() argument
294 void ReadOnlySpace::TearDown(MemoryAllocator* memory_allocator) { in TearDown() argument
296 memory_allocator->FreeReadOnlyPage(chunk); in TearDown()
321 void ReadOnlySpace::SetPermissionsForPages(MemoryAllocator* memory_allocator, in SetPermissionsForPages() argument
327 memory_allocator->page_allocator(NOT_EXECUTABLE); in SetPermissionsForPages()
377 auto* memory_allocator = heap()->memory_allocator(); in Seal() local
383 memory_allocator->UnregisterMemory(p); in Seal()
391 SetPermissionsForPages(memory_allocator, PageAllocator::kRead); in Seal()
397 SetPermissionsForPages(heap()->memory_allocator(), in Unseal()
595 heap()->memory_allocator()->AllocateReadOnlyPage(AreaSize(), this); in EnsureSpaceForAllocation()
714 heap()->memory_allocator()->PartialFreeMemory( in ShrinkToHighWaterMark()