Searched refs:IndexForOffset (Results 1 – 5 of 5) sorted by relevance
15 return block ^ IndexForOffset(OrderToSize(block_order)); in Buddy()196 size_t min_index = IndexForOffset(cur_size_); in Extend()201 size_t cur_index = IndexForOffset(new_size - new_size % kMinVmoSize); in Extend()203 cur_index -= IndexForOffset(kMaxOrderSize); in Extend()
30 callback(IndexForOffset(offset), block); in ScanBlocks()
108 if (index >= IndexForOffset(buffer_.size())) { in GetBlock()
35 constexpr size_t IndexForOffset(size_t offset) { in IndexForOffset() function
76 ZX_DEBUG_ASSERT_MSG(block < IndexForOffset(cur_size_), "Block out of bounds"); in IsFreeBlock()
Completed in 5 milliseconds