Searched refs:SYS_mmap (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook_mmap_linux.h55 #if defined(__NR_mmap) && !defined(SYS_mmap)
56 #define SYS_mmap __NR_mmap macro
83 return (void *)syscall(SYS_mmap, start, length, prot, flags, fd, offset);
132 result = (void *)syscall(SYS_mmap, args);
H A Dmalloc_hook_mmap_freebsd.h49 // type is 'int' so for things like SYS_mmap, it actually truncates
71 return (void *)MALLOC_HOOK_SYSCALL(SYS_mmap,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook_mmap_freebsd.h49 // type is 'int' so for things like SYS_mmap, it actually truncates
71 return (void *)MALLOC_HOOK_SYSCALL(SYS_mmap,
H A Dmalloc_hook_mmap_linux.h108 result = (void *)syscall(SYS_mmap, args);
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc40 #include <sys/syscall.h> /* for SYS_mmap */
796 if (success && (sysnum == SYS_mmap IF_NOT_X64(|| sysnum == SYS_mmap2))) {

Completed in 1567 milliseconds