HomeSort by relevance Sort by last modified time
    Searched full:munmap (Results 1 - 25 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
munmap.S 5 .type munmap, #function
6 .globl munmap
10 munmap: label
  /bionic/libc/arch-sh/syscalls/
munmap.S 5 .type munmap, @function
6 .globl munmap
9 munmap: label
  /bionic/libc/arch-x86/syscalls/
munmap.S 5 .type munmap, @function
6 .globl munmap
9 munmap: label
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 16 * the retCode argument for exit while doing the munmap */
19 * munmap fails, we have to exit. This should probably be fixed, but
24 mov 12(%esp), %edx /* retCode, not used for munmap */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
  /system/core/init/
logo.c 79 munmap(fb->bits, fb_size(fb));
148 munmap(data, s.st_size);
156 munmap(data, s.st_size);
  /external/chromium/net/disk_cache/
mapped_file_posix.cc 40 int ret = munmap(buffer_, view_size_);
  /external/expat/xmlwf/
unixfilemap.c 62 munmap((caddr_t)p, nbytes);
  /external/skia/src/core/
SkMMapStream.cpp 61 munmap(fAddr, fSize);
  /external/bluetooth/bluez/src/
textfile.c 227 munmap(map, size);
251 munmap(map, size);
276 munmap(map, size);
294 munmap(map, size);
360 munmap(map, size);
487 munmap(map, size);
oui.c 89 munmap(map, st.st_size);
  /external/blktrace/btt/
mmap.c 84 munmap(cur_map, len);
126 munmap(cur_map, len);
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 99 virtual int munmap(void* start, size_t length) { function in class:PmemAllocatorDepsDeviceImpl
100 return ::munmap(start, length);
  /external/webkit/JavaScriptCore/runtime/
MarkStackPosix.cpp 47 munmap(addr, size);
  /bootable/recovery/minzip/
SysUtil.c 203 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) {
204 LOGW("munmap(%p, %d) failed: %s\n",
207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength);
  /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/v8/src/
platform-freebsd.cc 40 #include <sys/types.h> // mmap & munmap
41 #include <sys/mman.h> // mmap & munmap
161 // TODO(1240712): munmap has a return value which is ignored here.
162 int result = munmap(buf, length);
233 if (memory_) munmap(memory_, size_);
333 if (0 == munmap(address(), size())) address_ = MAP_FAILED;
  /bionic/libc/include/sys/
mman.h 48 extern int munmap(void *, size_t);
  /development/ndk/platforms/android-3/include/sys/
mman.h 48 extern int munmap(void *, size_t);
  /external/srec/srec/clib/
voc_read.c 322 munmap(*buf, inflateSize(*size));
333 if (buf2) munmap(buf2, inflateSize(size2));
334 if (*buf && *buf != (void*)-1) munmap(*buf, inflateSize(*size));
341 return munmap(buf, inflateSize(size));
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.cpp 37 munmap(m_buffer, ((m_max - m_start) + m_maxGlobals) * sizeof(Register));
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorPosix.cpp 56 int result = munmap(alloc.pages, alloc.size);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
mman.h 48 extern int munmap(void *, size_t);

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>