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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h338 uptr AllocatedUser = 0; // Bytes allocated for user memory. member in struct:scudo::SizeClassAllocator64::UnpaddedRegionInfo
630 const uptr AllocatedUser = Size * NumberOfBlocks; local
[all...]
H A Dprimary32.h305 uptr AllocatedUser; variable
615 const uptr AllocatedUser = Size * NumberOfBlocks; local
[all...]

Completed in 68 milliseconds