Home
last modified time | relevance | path

Searched refs:PrimaryMapSizeIncrement (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h71 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
100 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
131 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
161 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
181 static const uptr PrimaryMapSizeIncrement = 1UL << 4; member
H A Dprimary64.h275 static const uptr MapSizeIncrement = Config::PrimaryMapSizeIncrement;