Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp116 static size_t kXnuFastMmapThreshold = 2 << 30; // 2 GB variable
123 if (length >= kXnuFastMmapThreshold) { in internal_mmap()