Searched refs:lastValid (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/
H A Dheap.cpp1345 const uint32 lastValid = area->page_count - pageCount + 1; local
1354 for (uint32 i = firstValid; i < lastValid; i += step) {
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp955 const uint32 lastValid = area->page_count - pageCount + 1; local
964 for (uint32 i = firstValid; i < lastValid; i += step) {

Completed in 45 milliseconds