Home
last modified time | relevance | path

Searched refs:IndexForOffset (Results 1 – 5 of 5) sorted by relevance

/system/ulib/inspect/
A Dheap.cpp15 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()
A Dscanner.cpp30 callback(IndexForOffset(offset), block); in ScanBlocks()
A Dsnapshot.cpp108 if (index >= IndexForOffset(buffer_.size())) { in GetBlock()
/system/ulib/inspect/include/lib/inspect/
A Dlimits.h35 constexpr size_t IndexForOffset(size_t offset) { in IndexForOffset() function
A Dheap.h76 ZX_DEBUG_ASSERT_MSG(block < IndexForOffset(cur_size_), "Block out of bounds"); in IsFreeBlock()

Completed in 5 milliseconds