Searched refs:BackendSize (Results 1 – 1 of 1) sorted by relevance
342 uptr BackendSize; in allocate() local345 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()