Searched refs:NeededSize (Results 1 – 3 of 3) sorted by relevance
59 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond() local60 LLVM_DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize) in getBoundsCheckCond()75 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize); in getBoundsCheckCond()
344 const uptr NeededSize = variable353 reportAllocationSizeTooBig(Size, NeededSize, MaxAllowedMallocSize);355 DCHECK_LE(Size, NeededSize);373 if (LIKELY(PrimaryT::canAllocate(NeededSize))) {374 ClassId = SizeClassMap::getClassIdBySize(NeededSize);399 reportOutOfMemory(NeededSize);
41 const scudo::uptr NeededSize = in isPrimaryAllocation() local44 return AllocatorT::PrimaryT::canAllocate(NeededSize); in isPrimaryAllocation()