Searched refs:max_mmap_ (Results 1 – 1 of 1) sorted by relevance
1186 max_mmap_ = reinterpret_cast<uptr>(chunks_[n - 1]) + in GetBlockBeginFastLocked()1189 if (p < min_mmap_ || p >= max_mmap_) in GetBlockBeginFastLocked()1274 uptr min_mmap_, max_mmap_; variable