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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h274 const uptr TotalUserBytes = Region->AllocatedUser + MaxCount * Size; local
276 if (TotalUserBytes > MappedUser) {
279 roundUpTo(TotalUserBytes - MappedUser, MapSizeIncrement);

Completed in 162 milliseconds