Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/zone/
Daccounting-allocator.cc78 bounded_page_allocator_ = CreateBoundedAllocator(platform_page_allocator, in AccountingAllocator()
90 memory = AllocatePages(bounded_page_allocator_.get(), nullptr, bytes, in AllocateSegment()
116 FreePages(bounded_page_allocator_.get(), segment, segment_size); in ReturnSegment()
Daccounting-allocator.h74 std::unique_ptr<base::BoundedPageAllocator> bounded_page_allocator_; variable