Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h82 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), MmapSize()); in TestOnlyUnmap()
94 res += MmapSize(); in MemoryUsage()
121 constexpr uptr MmapSize() const { in MmapSize() function
151 res = reinterpret_cast<T *>(MmapOrDie(MmapSize(), "TwoLevelMap")); in Create()