Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1185 min_mmap_ = reinterpret_cast<uptr>(chunks_[0]); in GetBlockBeginFastLocked()
1189 if (p < min_mmap_ || p >= max_mmap_) in GetBlockBeginFastLocked()
1274 uptr min_mmap_, max_mmap_; variable