Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp342 uptr BackendSize; in allocate() local
345 BackendSize = AlignedSize; in allocate()
346 ClassId = SizeClassMap::ClassID(BackendSize); in allocate()
353 BackendSize = NeededSize; in allocate()
355 BackendPtr = Backend.allocateSecondary(BackendSize, Alignment); in allocate()
379 DCHECK_LE(UserPtr + Size, reinterpret_cast<uptr>(BackendPtr) + BackendSize); in allocate()