Searched refs:NeededSize (Results 1 – 4 of 4) 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()
325 const uptr NeededSize = RoundUpTo(Size ? Size : 1, MinAlignment) + in allocate() local328 NeededSize + (Alignment - Chunk::getHeaderSize()) : NeededSize; in allocate()357 BackendSize = NeededSize; in allocate()
336 const uptr NeededSize = variable345 reportAllocationSizeTooBig(Size, NeededSize, MaxAllowedMallocSize);347 DCHECK_LE(Size, NeededSize);352 if (LIKELY(PrimaryT::canAllocate(NeededSize))) {353 ClassId = SizeClassMap::getClassIdBySize(NeededSize);378 reportOutOfMemory(NeededSize);
40 const scudo::uptr NeededSize = in isPrimaryAllocation() local43 return AllocatorT::PrimaryT::canAllocate(NeededSize); in isPrimaryAllocation()