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

/external/fio/os/windows/
H A Dposix.c302 int munmap(void *addr, size_t len) function
/external/e2fsprogs/intl/
H A Dloadmsgcat.c464 # define munmap __munmap macro
1014 munmap ((void *) data, size);
1378 munmap ((void *) data, size);
1411 munmap ((void *) domain->data, domain->mmap_size);
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c57 real_munmap = (munmap_t) dlsym(RTLD_NEXT, "munmap");
146 HEAP_PROFILER_EXPORT int munmap(void* ptr, size_t size) { function
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h286 inline int munmap(void *addr, size_t length) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h283 inline int munmap(void *addr, size_t length) { function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc935 int KernelProxy::munmap(void* addr, size_t length) { function in class:nacl_io::KernelProxy
949 // Thread 2: free() -> takes lock2 -> munmap() -> takes lock1
952 // shared with munmap (this includes munmap!)
954 // To prevent this, we avoid taking locks in munmap() that are used by other
957 // possibility of deadlock if mmap() or munmap() calls free(), so this is not
960 // Unfortunately, munmap still needs to acquire other locks; see the call to

Completed in 2008 milliseconds