Home
last modified time | relevance | path

Searched defs:AllocatePages (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/base/sanitizer/
Dlsan-page-allocator.cc24 void* LsanPageAllocator::AllocatePages(void* hint, size_t size, in AllocatePages() function in v8::base::LsanPageAllocator
Dlsan-virtual-address-space.cc26 Address LsanVirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages() function in v8::base::LsanVirtualAddressSpace
/third_party/node/deps/v8/src/base/
Dvirtual-address-space-page-allocator.cc14 void* VirtualAddressSpacePageAllocator::AllocatePages( in AllocatePages() function in v8::base::VirtualAddressSpacePageAllocator
Dvirtual-address-space.cc76 Address VirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages() function in v8::base::VirtualAddressSpace
225 Address VirtualAddressSubspace::AllocatePages(Address hint, size_t size, in AllocatePages() function in v8::base::VirtualAddressSubspace
Dbounded-page-allocator.cc29 void* BoundedPageAllocator::AllocatePages(void* hint, size_t size, in AllocatePages() function in v8::base::BoundedPageAllocator
Dpage-allocator.cc46 void* PageAllocator::AllocatePages(void* hint, size_t size, size_t alignment, in AllocatePages() function in v8::base::PageAllocator
Demulated-virtual-address-subspace.cc47 Address EmulatedVirtualAddressSubspace::AllocatePages( in AllocatePages() function in v8::base::EmulatedVirtualAddressSubspace
/third_party/node/deps/v8/src/utils/
Dallocation.cc198 void* AllocatePages(v8::PageAllocator* page_allocator, void* hint, size_t size, in AllocatePages() function