Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h86 res += MmapSize(); in MemoryUsage()
117 constexpr uptr MmapSize() const { in MmapSize() function
147 res = reinterpret_cast<T *>(MmapOrDie(MmapSize(), "TwoLevelMap")); in Create()