Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp346 uptr BackendSize; in allocate() local
349 BackendSize = AlignedSize; in allocate()
350 ClassId = SizeClassMap::ClassID(BackendSize); in allocate()
357 BackendSize = NeededSize; in allocate()
359 BackendPtr = Backend.allocateSecondary(BackendSize, Alignment); in allocate()
383 DCHECK_LE(UserPtr + Size, reinterpret_cast<uptr>(BackendPtr) + BackendSize); in allocate()