Searched refs:offset_rounding (Results 1 – 1 of 1) sorted by relevance
302 size_t offset_rounding = offset_ % page_size; in Map() local303 size_t real_offset = offset_ - offset_rounding; in Map()304 size_t real_length = length_ + offset_rounding; in Map()309 base_ = static_cast<char*>(shared_memory_.memory()) + offset_rounding; in Map()