Home
last modified time | relevance | path

Searched refs:UnmapCurrentRegion (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/port/win/
Dio_win.cc246 Status WinMmapFile::UnmapCurrentRegion() { in UnmapCurrentRegion() function in ROCKSDB_NAMESPACE::port::WinMmapFile
393 Status s = UnmapCurrentRegion(); in Append()
441 s = UnmapCurrentRegion(); in Close()
Dio_win.h184 Status UnmapCurrentRegion();
/rocksdb-6.9/env/
Dio_posix.cc879 IOStatus PosixMmapFile::UnmapCurrentRegion() { in UnmapCurrentRegion() function in ROCKSDB_NAMESPACE::PosixMmapFile
989 IOStatus s = UnmapCurrentRegion(); in Append()
1015 s = UnmapCurrentRegion(); in Close()
Dio_posix.h317 IOStatus UnmapCurrentRegion();