Searched defs:AllocatedUser (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h223 uptr AllocatedUser; // Bytes allocated for user memory. variable
314 const uptr AllocatedUser = Size * NumberOfBlocks; local
[all...]
H A Dprimary32.h217 uptr AllocatedUser; variable
319 const uptr AllocatedUser = Size * NumberOfBlocks; local
[all...]

Completed in 55 milliseconds