Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.cc882 int munmap_status = munmap(base_, limit_ - base_); in UnmapCurrentRegion() local
883 if (munmap_status != 0) { in UnmapCurrentRegion()
884 return IOError("While munmap", filename_, munmap_status); in UnmapCurrentRegion()