Searched refs:BackendSize (Results 1 – 1 of 1) sorted by relevance
324 uptr BackendSize; in allocate() local327 BackendSize = AlignedSize; in allocate()328 ClassId = SizeClassMap::ClassID(BackendSize); in allocate()335 BackendSize = NeededSize; in allocate()337 BackendPtr = Backend.allocateSecondary(BackendSize, Alignment); in allocate()361 DCHECK_LE(UserPtr + Size, reinterpret_cast<uptr>(BackendPtr) + BackendSize); in allocate()