HomeSort by relevance Sort by last modified time
    Searched refs:SYS_munmap (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_linux.h 55 // SYS_mmap2, SYS_munmap, SYS_mremap and __off64_t are not defined in Android.
63 #ifndef SYS_munmap
64 #define SYS_munmap __NR_munmap
215 // The original gperftools uses sys_munmap() here. But, it is not allowed
217 result = syscall(SYS_munmap, start, length);
263 result = syscall(SYS_munmap, start, length);
malloc_hook_mmap_freebsd.h 133 result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
160 result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook_mmap_freebsd.h 133 result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
160 result = MALLOC_HOOK_SYSCALL(SYS_munmap, start, length);
malloc_hook_mmap_linux.h 187 result = sys_munmap(start, length);
227 result = syscall(SYS_munmap, start, length);
  /external/openssh/
sandbox-systrace.c 62 { SYS_munmap, SYSTR_POLICY_PERMIT },
  /bionic/libc/include/sys/
glibc-syscalls.h 170 #define SYS_munmap __NR_munmap
519 #define SYS_munmap __NR_munmap
877 #define SYS_munmap __NR_munmap
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 144 #define SYS_munmap __NR_munmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 144 #define SYS_munmap __NR_munmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 144 #define SYS_munmap __NR_munmap

Completed in 360 milliseconds