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

/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp169 addr_t searchBase, searchEnd; local
174 searchBase = (addr_t)addressRestrictions->address;
180 searchBase = std::max(fBase, (addr_t)addressRestrictions->address);
188 searchBase = std::max(fBase, (addr_t)USER_BASE_ANY);
196 status = _InsertAreaSlot(searchBase, size, searchEnd,

Completed in 41 milliseconds