/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | nextstep.c | 55 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 D | rtmempage-exec-mmap-heap-posix.cpp | 56 /** 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 D | xf86_libc.h | 87 /* 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 D | xf86_libc.h | 113 /* 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 D | xf86_libc.h | 113 /* 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 D | xf86_libc.h | 117 /* 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 D | xf86_libc.h | 117 /* 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 D | malloc.c | 143 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...] |