Searched refs:MAP_PRECOMMIT (Results 1 – 4 of 4) sorted by relevance
108 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in mapImpl()183 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in remapImpl()
171 #define MAP_PRECOMMIT (1U << 4) macro
116 if (Flags & MAP_PRECOMMIT) { in map()
174 // Vmar by passing |MAP_PRECOMMIT| flag. This allows an optimization178 const uptr MmapFlags = MAP_ALLOWNOMEM | (SCUDO_FUCHSIA ? MAP_PRECOMMIT : 0);