Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp345 uptr BackendSize; in allocate() local
348 BackendSize = AlignedSize; in allocate()
349 ClassId = SizeClassMap::ClassID(BackendSize); in allocate()
356 BackendSize = NeededSize; in allocate()
358 BackendPtr = Backend.allocateSecondary(BackendSize, Alignment); in allocate()
382 DCHECK_LE(UserPtr + Size, reinterpret_cast<uptr>(BackendPtr) + BackendSize); in allocate()