Searched refs:offset_in_buffer_ (Results 1 – 2 of 2) sorted by relevance
90 offset_in_buffer_ = offset % pagesize; in MMAPAllocation()102 mmap(nullptr, /*__len=*/length + offset_in_buffer_, PROT_READ, MAP_SHARED, in MMAPAllocation()103 mmap_fd_, /*__offset=*/offset - offset_in_buffer_); in MMAPAllocation()115 buffer_size_bytes_ + offset_in_buffer_); in ~MMAPAllocation()124 reinterpret_cast<const char*>(mmapped_buffer_) + offset_in_buffer_); in base()
93 size_t offset_in_buffer_ = 0; variable