Searched refs:gap_beg (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp440 vaddr_t gap_beg; // first byte of a gap local
450 if (add_overflow(prev->base(), prev->size(), &gap_beg) ||
451 add_overflow(gap_beg, min_gap, &gap_beg)) {
455 gap_beg = base_;
460 if (gap_beg == next->base()) {
468 if (gap_beg == base_ + size_) {
476 DEBUG_ASSERT(gap_end > gap_beg);
482 if (gap_beg < search_base) {
483 gap_beg
[all...]

Completed in 51 milliseconds