Searched refs:bounded_page_allocator_ (Results 1 – 2 of 2) sorted by relevance
78 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()
74 std::unique_ptr<base::BoundedPageAllocator> bounded_page_allocator_; variable