Home
last modified time | relevance | path

Searched refs:mapped_begin_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/port/win/
Dio_win.cc249 if (mapped_begin_ != nullptr) { in UnmapCurrentRegion()
261 mapped_begin_ = nullptr; in UnmapCurrentRegion()
276 assert(mapped_begin_ == nullptr); in MapNewRegion()
327 if (!mapped_begin_) { in MapNewRegion()
333 dst_ = mapped_begin_; in MapNewRegion()
334 last_sync_ = mapped_begin_; in MapNewRegion()
355 mapped_begin_(nullptr), in WinMmapFile()
389 assert(mapped_begin_ <= dst_); in Append()
436 if (mapped_begin_ != nullptr) { in Close()
480 assert(mapped_begin_); in Sync()
[all …]
Dio_win.h169 char* mapped_begin_; // Must begin at the file offset that is aligned with variable