Searched refs:MmapSize (Results 1 – 1 of 1) sorted by relevance
82 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), MmapSize()); in TestOnlyUnmap()94 res += MmapSize(); in MemoryUsage()121 constexpr uptr MmapSize() const { in MmapSize() function151 res = reinterpret_cast<T *>(MmapOrDie(MmapSize(), "TwoLevelMap")); in Create()