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

/fuchsia/zircon/kernel/lib/memory_limit/
H A Dmemory_limit.cpp58 uintptr_t low_base, high_base = 0; local
108 high_base = r_base;
158 if (low_base + low_len == high_base) {
160 high_base = 0;
191 DEBUG_ASSERT(high_base == 0 || high_base >= range_base);
193 DEBUG_ASSERT(high_base + high_len <= range_end);
199 iovs[1].iov_base = reinterpret_cast<void*>(high_base);

Completed in 275 milliseconds