Home
last modified time | relevance | path

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

/external/v8/src/zone/
Daccounting-allocator.cc72 bounded_page_allocator_ = CreateBoundedAllocator(platform_page_allocator, in AccountingAllocator()
84 memory = AllocatePages(bounded_page_allocator_.get(), nullptr, bytes, in AllocateSegment()
110 CHECK(FreePages(bounded_page_allocator_.get(), segment, segment_size)); in ReturnSegment()
Daccounting-allocator.h71 std::unique_ptr<base::BoundedPageAllocator> bounded_page_allocator_; variable