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

/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp264 bool FileHandle::munmap(void* pMemBuffer, size_t pLength) function in class:FileHandle
271 if (-1 == ::munmap(pMemBuffer, pLength)) {

Completed in 126 milliseconds