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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dnextstep.c55 mmap(caddr_t addr, size_t len, int prot, int flags, function
103 mach_error("Error calling map_fd() in mmap", ret_val );
115 mach_error("vm_protect in mmap()", ret_val );
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp56 /** Threshold at which to we switch to simply calling mmap. */
150 * A quick mmap/munmap mockup for avoid duplicating lots of good code.
160 # undef mmap macro
161 # define mmap iprt_mmap macro
165 static void *mmap(void *pvWhere, size_t cb, int fProt, int fFlags, int fd, off_t off) function
404 pvPages = mmap(NULL, RTMEMPAGEPOSIX_BLOCK_SIZE,
656 * If the allocation is relatively large, we use mmap/munmap directly.
662 pv = mmap(NULL, cb,
708 * If the allocation is relatively large, we use mmap/munmap directly.
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h87 /* for mmap */
541 #define mmap(a,b,c,d,e,f) xf86mmap(a,b,c,d,e,f) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h113 /* for mmap */
587 #define mmap(a,b,c,d,e,f) xf86mmap(a,b,c,d,e,f) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h113 /* for mmap */
587 #define mmap(a,b,c,d,e,f) xf86mmap(a,b,c,d,e,f) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h117 /* for mmap */
593 #define mmap(a,b,c,d,e,f) xf86mmap(a,b,c,d,e,f) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h117 /* for mmap */
591 #define mmap(a,b,c,d,e,f) xf86mmap(a,b,c,d,e,f) macro
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c143 are serviced via mmap(), where the worst case wastage is 2 *
145 minimal mmap unit); typically 4096 bytes.
284 /* Use the supplied emulation mmap, munmap */
287 /* These values don't really matter in windows mmap emulation */
304 static void *mmap(void *ptr, long size, long prot, long type, long handle, long arg);
570 Define HAVE_MMAP as true to optionally make malloc() use mmap() to
572 operating system immediately after a free(). Also, if mmap
576 This malloc is best tuned to work with mmap for large requests.
577 If you do not have mmap, allocation of very large chunks (1MB
586 MMAP_AS_MORECORE_SIZE is the minimum mmap siz
4866 static void *mmap (void *ptr, long size, long prot, long type, long handle, long arg) { function
[all...]

Completed in 3391 milliseconds