Searched refs:MAP_PRECOMMIT (Results 1 – 4 of 4) sorted by relevance
99 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in mapImpl()174 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in remapImpl()
167 #define MAP_PRECOMMIT (1U << 4) macro
117 if (Flags & MAP_PRECOMMIT) { in map()
178 const uptr MmapFlags = MAP_ALLOWNOMEM | (SCUDO_FUCHSIA ? MAP_PRECOMMIT : 0); in getDynamicBuffer()