Searched refs:munmap (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | MemoryMappedFile.java | 77 Libcore.os.munmap(address, size); in close()
|
D | ForwardingOs.java | 164 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() method in ForwardingOs
|
D | Os.java | 137 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() method
|
D | Linux.java | 133 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() method in Linux
|
/libcore/ojluni/src/main/native/ |
D | FileChannelImpl.c | 130 munmap(a, (size_t)len), in FileChannelImpl_unmap0()
|
D | zip_util.c | 254 munmap((char *)zip->maddr, zip->mlen); in freeZip()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 405 …public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(… in munmap() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 932 if (munmap(data_, data_length_) == -1) { in TryUnmap()
|
D | libcore_io_Linux.cpp | 1919 throwIfMinusOne(env, "munmap", TEMP_FAILURE_RETRY(munmap(ptr, byteCount))); in Linux_munmap() 2660 NATIVE_METHOD(Linux, munmap, "(JJ)V"),
|