Home
last modified time | relevance | path

Searched refs:MapSizeIncrement (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h62 static const uptr MapSizeIncrement = 1UL << 18; member
107 static const uptr MapSizeIncrement = 1UL << 18; member
156 static const uptr MapSizeIncrement = 1UL << 18; member
180 static const uptr MapSizeIncrement = 1UL << 12; member
H A Dallocator_config.def73 PRIMARY_REQUIRED(const uptr, MapSizeIncrement)
H A Dprimary64.h515 static const uptr MapSizeIncrement = Config::getMapSizeIncrement();
1045 roundUp(TotalUserBytes - MappedUser, MapSizeIncrement); in populateFreeListAndPopBlocks()