Searched refs:mmap_data_buffer_ (Results 1 – 3 of 3) sorted by relevance
76 return mmap_data_buffer_; in GetMappedBuffer()105 mmap_data_buffer_(nullptr), in EventFd()122 char* mmap_data_buffer_; // Starting from the second page of mmap_area, variable
176 mmap_data_buffer_ = reinterpret_cast<char*>(mmap_addr_) + page_size; in CreateMappedBuffer()202 mmap_data_buffer_ = nullptr; in DestroyMappedBuffer()213 memcpy(&data[0], mmap_data_buffer_ + data_pos, copy_size); in GetAvailableMmapData()215 memcpy(&data[copy_size], mmap_data_buffer_, data_size - copy_size); in GetAvailableMmapData()
111 mmap_data_buffer_ = buffer; in MockEventFd()