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