Home
last modified time | relevance | path

Searched refs:MAP_PRECOMMIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp108 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in mapImpl()
183 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in remapImpl()
H A Dcommon.h171 #define MAP_PRECOMMIT (1U << 4) macro
H A Dfuchsia.cpp116 if (Flags & MAP_PRECOMMIT) { in map()
H A Drelease.h174 // Vmar by passing |MAP_PRECOMMIT| flag. This allows an optimization
178 const uptr MmapFlags = MAP_ALLOWNOMEM | (SCUDO_FUCHSIA ? MAP_PRECOMMIT : 0);