Searched refs:AddReturningUnusedBounds (Results 1 – 3 of 3) sorted by relevance
70 void FreeList::Add(FreeList::Block block) { AddReturningUnusedBounds(block); } in Add()72 std::pair<Address, Address> FreeList::AddReturningUnusedBounds(Block block) { in AddReturningUnusedBounds() function in cppgc::internal::FreeList
50 std::pair<Address, Address> AddReturningUnusedBounds(Block);
90 const auto unused_range = free_list_.AddReturningUnusedBounds(block); in Free()