Searched refs:RoundSize (Results 1 – 2 of 2) sorted by relevance
35 off_t max = RoundSize(stb.st_size) - offset_; // Avoid mapped size excessing in ValidMappedSize()243 rEnd_ = rStart_ + (RoundSize(size_) - 1LL); in Map()346 rEnd_ = rStart_ + RoundSize(size_) - 1; in Resize()
148 inline static off_t RoundSize(off_t input) in RoundSize() function