Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemoryMappedFile.java77 Libcore.os.munmap(address, size); in close()
DForwardingOs.java164 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() method in ForwardingOs
DOs.java137 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() method
DLinux.java133 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() method in Linux
/libcore/ojluni/src/main/native/
DFileChannelImpl.c130 munmap(a, (size_t)len), in FileChannelImpl_unmap0()
Dzip_util.c254 munmap((char *)zip->maddr, zip->mlen); in freeZip()
/libcore/luni/src/main/java/android/system/
DOs.java405 …public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(… in munmap() method in Os
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp932 if (munmap(data_, data_length_) == -1) { in TryUnmap()
Dlibcore_io_Linux.cpp1919 throwIfMinusOne(env, "munmap", TEMP_FAILURE_RETRY(munmap(ptr, byteCount))); in Linux_munmap()
2660 NATIVE_METHOD(Linux, munmap, "(JJ)V"),