Home
last modified time | relevance | path

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

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