Home | History | Annotate | Download | only in common

Lines Matching refs:Unmap

32 // it using Unmap().  Just like a pointer, it is passed around by value (see
33 // signature of MmapFile and Unmap; fortunately, it's a small class, so there
35 // necessarily scoped (that's why the destructor is not performing the unmap).
38 // unmapped. Hence, it is not an error if you don't call Unmap() (provided you
70 // When done using the file content, one can unmap using Unmap(). Otherwise,
81 // Unmap(mmap_handle); // Unmap logs errors internally.
93 bool Unmap(MmapHandle mmap_handle);
107 Unmap(handle_);