Home
last modified time | relevance | path

Searched refs:BoundedPageAllocator (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.cc10 BoundedPageAllocator::BoundedPageAllocator( in BoundedPageAllocator() function in v8::base::BoundedPageAllocator
23 BoundedPageAllocator::Address BoundedPageAllocator::begin() const { in begin()
27 size_t BoundedPageAllocator::size() const { return region_allocator_.size(); } in size()
29 void* BoundedPageAllocator::AllocatePages(void* hint, size_t size, in AllocatePages()
69 bool BoundedPageAllocator::AllocatePagesAt(Address address, size_t size, in AllocatePagesAt()
93 bool BoundedPageAllocator::ReserveForSharedMemoryMapping(void* ptr, in ReserveForSharedMemoryMapping()
117 bool BoundedPageAllocator::FreePages(void* raw_address, size_t size) { in FreePages()
136 bool BoundedPageAllocator
[all...]
H A Dbounded-page-allocator.h15 // Defines the page initialization mode of a BoundedPageAllocator.
37 class V8_BASE_EXPORT BoundedPageAllocator : public v8::PageAllocator { class
41 BoundedPageAllocator(v8::PageAllocator* page_allocator, Address start,
44 BoundedPageAllocator(const BoundedPageAllocator&) = delete;
45 BoundedPageAllocator& operator=(const BoundedPageAllocator&) = delete;
46 ~BoundedPageAllocator() override = default;
/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.h18 class BoundedPageAllocator;
74 std::unique_ptr<base::BoundedPageAllocator> bounded_page_allocator_;
H A Daccounting-allocator.cc50 std::unique_ptr<v8::base::BoundedPageAllocator> CreateBoundedAllocator( in CreateBoundedAllocator()
55 auto allocator = std::make_unique<v8::base::BoundedPageAllocator>( in CreateBoundedAllocator()
/third_party/node/deps/v8/src/utils/
H A Dallocation.h18 class BoundedPageAllocator;
290 // Represents a VirtualMemory reservation along with a BoundedPageAllocator that
315 // the BoundedPageAllocator.
327 // - The page size of the BoundedPageAllocator is configured by
355 base::BoundedPageAllocator* page_allocator() const { in page_allocator()
396 std::unique_ptr<base::BoundedPageAllocator> page_allocator_;
H A Dallocation.cc462 page_allocator_ = std::make_unique<base::BoundedPageAllocator>( in InitReservation()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dcaged-heap.cc73 bounded_allocator_ = std::make_unique<v8::base::BoundedPageAllocator>( in CagedHeap()
H A Dcaged-heap.h24 using AllocatorType = v8::base::BoundedPageAllocator;

Completed in 4 milliseconds