Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp127 static size_t kXnuFastMmapThreshold = 2 << 30; // 2 GB variable
134 if (length >= kXnuFastMmapThreshold) { in internal_mmap()