Searched refs:MAP_NORESERVE (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp41 // The MAP_NORESERVE define has been removed in FreeBSD 11.x, and even before
43 #undef MAP_NORESERVE macro
44 #define MAP_NORESERVE 0 macro
326 return MmapFixed(fixed_addr, size, MAP_NORESERVE, name);
333 // MAP_NORESERVE is implicit with FreeBSD
377 MAP_PRIVATE | MAP_FIXED | MAP_NORESERVE | MAP_ANON,
382 unsigned flags = MAP_PRIVATE | MAP_ANON | MAP_NORESERVE;
H A Dsanitizer_posix.cpp31 // The MAP_NORESERVE define has been removed in FreeBSD 11.x, and even before
33 #undef MAP_NORESERVE macro
34 #define MAP_NORESERVE 0 macro
106 MAP_PRIVATE | MAP_ANON | MAP_NORESERVE, mem_type);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp49 MmapFlags |= MAP_NORESERVE;
/freebsd-12-stable/contrib/jemalloc/src/
H A Dpages.c580 # ifdef MAP_NORESERVE
582 mmap_flags |= MAP_NORESERVE;
/freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1605 #ifndef MAP_NORESERVE
1607 # define MAP_NORESERVE MAP_AUTORESRV macro
1609 # define MAP_NORESERVE 0 macro

Completed in 179 milliseconds