Home
last modified time | relevance | path

Searched refs:platform_page_allocator (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/init/
Disolate-allocator.cc25 v8::PageAllocator* platform_page_allocator) { in GetIsolateRootBiasPageSize() argument
27 platform_page_allocator->AllocatePageSize()); in GetIsolateRootBiasPageSize()
166 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in CommitPagesForIsolate() local
173 GetIsolateRootBiasPageSize(platform_page_allocator)); in CommitPagesForIsolate()
194 size_t commit_page_size = platform_page_allocator->CommitPageSize(); in CommitPagesForIsolate()
/third_party/node/deps/v8/src/zone/
Daccounting-allocator.cc75 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in AccountingAllocator() local
76 VirtualMemory memory = ReserveAddressSpace(platform_page_allocator); in AccountingAllocator()
78 bounded_page_allocator_ = CreateBoundedAllocator(platform_page_allocator, in AccountingAllocator()