Home
last modified time | relevance | path

Searched refs:lastValid (Results 1 – 2 of 2) sorted by relevance

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