Searched refs:NeededSize (Results 1 – 3 of 3) sorted by relevance
224 auto NeededSize = ContextNode::getAllocSize(NumCounters, 0); in getFlatProfile() local230 AllocBuff = FlatCtxArena->tryBumpAllocate(NeededSize); in getFlatProfile()232 FlatCtxArena = Arena::allocateNewArena(getArenaAllocSize(NeededSize), in getFlatProfile()234 AllocBuff = FlatCtxArena->tryBumpAllocate(NeededSize); in getFlatProfile()
63 TypeSize NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond() local64 LLVM_DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize) in getBoundsCheckCond()79 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
378 const uptr NeededSize = variable387 reportAllocationSizeTooBig(Size, NeededSize, MaxAllowedMallocSize);389 DCHECK_LE(Size, NeededSize);394 if (LIKELY(PrimaryT::canAllocate(NeededSize))) {395 ClassId = SizeClassMap::getClassIdBySize(NeededSize);418 reportOutOfMemory(NeededSize);