HomeSort by relevance Sort by last modified time
    Searched defs:munmap (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
munmap.S 5 .type munmap, #function
6 .globl munmap
10 munmap: label
  /bionic/libc/arch-x86/syscalls/
munmap.S 5 .type munmap, @function
6 .globl munmap
9 munmap: label
  /bionic/libc/arch-sh/syscalls/
munmap.S 5 .type munmap, @function
6 .globl munmap
9 munmap: label
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 258 void fstream::munmap (memlink& l) function in class:ustl::fstream
260 if (::munmap (l.data(), l.size()))
261 set_and_throw (failbit, "munmap");
  /external/libffi/src/
closures.c 171 /* Use these for mmap and munmap within dlmalloc.c. */
176 #define munmap dlmunmap macro
181 #undef munmap macro
394 munmap (ptr, length);
468 int ret = munmap (code, length);
473 return munmap (start, length);
  /external/e2fsprogs/intl/
loadmsgcat.c 464 # define munmap __munmap macro
1014 munmap ((void *) data, size);
    [all...]

Completed in 468 milliseconds