Searched refs:MmapSize (Results 1 – 1 of 1) sorted by relevance
86 res += MmapSize(); in MemoryUsage()117 constexpr uptr MmapSize() const { in MmapSize() function147 res = reinterpret_cast<T *>(MmapOrDie(MmapSize(), "TwoLevelMap")); in Create()