Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h226 auto max_mmap_ = reinterpret_cast<uptr>(chunks[n - 1]) + in GetBlockBeginFastLocked() local
228 if (p < min_mmap_ || p >= max_mmap_) in GetBlockBeginFastLocked()