Searched defs:mmap (Results 26 - 33 of 33) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc908 void* KernelProxy::mmap(void* addr, function in class:nacl_io::KernelProxy
937 // tracks mmap'd regions. For simplicity, we no longer do this; because we
938 // "snapshot" the contents of the file in mmap(), and don't support
956 // mmap_lock, which is only shared with mmap() above. There is still a
957 // possibility of deadlock if mmap() or munmap() calls free(), so this is not
963 // true, because malloc only makes anonymous mmap() requests, and should only
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h1931 LSS_INLINE void* LSS_NAME(mmap)(void *s, size_t l, int p, int f, int d, function
1933 LSS_BODY(6, void*, mmap, LSS_SYSCALL_ARG(s), LSS_SYSCALL_ARG(l),
2022 LSS_INLINE _syscall6(void*, mmap, void*, s,
2029 LSS_INLINE _syscall1(void*, mmap, void*, a)
/external/fio/os/windows/
H A Dposix.c277 void *mmap(void *addr, size_t len, int prot, int flags, function
/external/chromium_org/v8/tools/
H A Dgrokdump.py38 import mmap namespace
522 self.minidump = mmap.mmap(self.minidump_file.fileno(), 0, mmap.MAP_PRIVATE)
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h277 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
295 mmap_data : 1, /* non-exec mmap data */
303 mmap2 : 1, /* include mmap with inode data */
357 * Structure of the page that can be mapped via mmap
480 * Control data for the mmap() data buffer.
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h254 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
272 mmap_data : 1, /* non-exec mmap data */
280 mmap2 : 1, /* include mmap with inode data */
334 * Structure of the page that can be mapped via mmap
457 * Control data for the mmap() data buffer.
/external/valgrind/main/include/vki/
H A Dvki-linux.h2777 mmap : 1, /* include mmap data */ member in struct:vki_perf_event_attr
2795 mmap_data : 1, /* non-exec mmap data */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1987 milliseconds

12