Searched refs:NeededSize (Results 1 – 3 of 3) sorted by relevance
128 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in instrument() local129 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize) in instrument()144 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize); in instrument()
61 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond() local62 LLVM_DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize) in getBoundsCheckCond()77 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize); in getBoundsCheckCond()
335 uptr NeededSize = RoundedSize + ExtraBytes; in allocate() local336 if (NeededSize >= MaxAllowedMallocSize) in allocate()341 Ptr = BackendAllocator.Allocate(&Cache, NeededSize, MinAlignment); in allocate()344 Ptr = BackendAllocator.Allocate(&FallbackAllocatorCache, NeededSize, in allocate()358 CHECK_LE(ChunkBeg + Size, AllocBeg + NeededSize); in allocate()