Searched refs:platform_page_allocator (Results 1 – 2 of 2) sorted by relevance
25 v8::PageAllocator* platform_page_allocator) { in GetIsolateRootBiasPageSize() argument27 platform_page_allocator->AllocatePageSize()); in GetIsolateRootBiasPageSize()166 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in CommitPagesForIsolate() local173 GetIsolateRootBiasPageSize(platform_page_allocator)); in CommitPagesForIsolate()194 size_t commit_page_size = platform_page_allocator->CommitPageSize(); in CommitPagesForIsolate()
75 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in AccountingAllocator() local76 VirtualMemory memory = ReserveAddressSpace(platform_page_allocator); in AccountingAllocator()78 bounded_page_allocator_ = CreateBoundedAllocator(platform_page_allocator, in AccountingAllocator()