Home
last modified time | relevance | path

Searched defs:MapSizeIncrement (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h132 static const uptr MapSizeIncrement = 1UL << 18; global() member
177 static const uptr MapSizeIncrement = 1UL << 18; global() member
225 static const uptr MapSizeIncrement = 1UL << 18; global() member
249 static const uptr MapSizeIncrement = 1UL << 12; global() member
H A Dprimary64.h535 static const uptr MapSizeIncrement = Config::Primary::MapSizeIncrement; global() variable