Searched refs:munmap (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DMemoryMappedFile.java59 * Unmaps this memory-mapped file using munmap(2). This is a no-op if close has already been
68 Libcore.os.munmap(address, size);
H A DForwardingOs.java97 public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCount); } method in class:ForwardingOs
H A DOs.java89 public void munmap(long address, long byteCount) throws ErrnoException; method in interface:Os
H A DPosix.java91 public native void munmap(long address, long byteCount) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java31 * Handles calling munmap(2) on a memory-mapped region.
41 Libcore.os.munmap(address, size);
44 // a state where munmap(2) could return an error.
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp937 throwIfMinusOne(env, "munmap", TEMP_FAILURE_RETRY(munmap(ptr, byteCount)));
1427 NATIVE_METHOD(Posix, munmap, "(JJ)V"),

Completed in 125 milliseconds