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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmmap.c92 * try_mmap_fixed
108 static int try_mmap_fixed (void *addr, size_t len, int prot, int flags, function
135 perror("try_mmap_fixed: vfork");
179 static int try_mmap_fixed (void *addr, size_t len, int prot, int flags, function
221 if ( try_mmap_fixed( start, size, prot, flags, get_fdzero(), 0 ) )
242 return try_mmap_fixed( addr, size, PROT_NONE, flags, get_fdzero(), 0 );
261 /* try_mmap_fixed is inefficient when using vfork, so we need a different algorithm here */

Completed in 43 milliseconds