Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp99 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in mapImpl()
174 const bool PreCommit = !!(Flags & MAP_PRECOMMIT); in remapImpl()
H A Dcommon.h167 #define MAP_PRECOMMIT (1U << 4) macro
H A Dfuchsia.cpp117 if (Flags & MAP_PRECOMMIT) { in map()
H A Drelease.h178 const uptr MmapFlags = MAP_ALLOWNOMEM | (SCUDO_FUCHSIA ? MAP_PRECOMMIT : 0); in getDynamicBuffer()