Searched defs:SYS_mmap2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook_mmap_linux.h53 // SYS_mmap2, SYS_munmap, SYS_mremap and __off64_t are not defined in Android.
58 #ifndef SYS_mmap2
59 #define SYS_mmap2 __NR_mmap2 macro
109 result = (void *)syscall(SYS_mmap2,

Completed in 306 milliseconds