Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h132 static const uptr MapSizeIncrement = 1UL << 18; member
177 static const uptr MapSizeIncrement = 1UL << 18; member
225 static const uptr MapSizeIncrement = 1UL << 18; member
249 static const uptr MapSizeIncrement = 1UL << 12; member
H A Dprimary64.h535 static const uptr MapSizeIncrement = Config::Primary::MapSizeIncrement; variable
993 roundUp(TotalUserBytes - MappedUser, MapSizeIncrement); in populateFreeListAndPopBatch()