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()
193 #define MAP_PRECOMMIT (1U << 4) macro
116 if (Flags & MAP_PRECOMMIT) { in map()
186 const uptr MmapFlags = MAP_ALLOWNOMEM | (SCUDO_FUCHSIA ? MAP_PRECOMMIT : 0); in getDynamicBuffer()