Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h987 const uptr TotalUserBytes = in populateFreeListAndPopBatch() local
990 if (TotalUserBytes > MappedUser) { in populateFreeListAndPopBatch()
993 roundUp(TotalUserBytes - MappedUser, MapSizeIncrement); in populateFreeListAndPopBatch()