Searched refs:UsedSize (Results 1 – 9 of 9) sorted by relevance
115 uptr UsedSize(bool locked_version = false) { in UsedSize() function131 return (addr >= Beg()) && (addr < Beg() + UsedSize(locked_version)); in AddrIsInside()147 RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY), in Recycle()162 thread_stats.really_freed += m->UsedSize(); in Recycle()304 uptr end = ac->Beg() + ac->UsedSize(true); in RePoisonChunk()596 if (m->UsedSize() >= kChunkHeader2Size) { // Skip Header2 in user area. in QuarantineChunk()597 uptr size_to_fill = m->UsedSize() - kChunkHeader2Size; in QuarantineChunk()605 RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY), in QuarantineChunk()610 thread_stats.freed += m->UsedSize(); in QuarantineChunk()617 m->UsedSize()); in QuarantineChunk()[all …]
37 total_allocated_user_size_ += cv.UsedSize(); in ProcessChunk()41 Insert(id, cv.UsedSize()); in ProcessChunk()43 total_quarantined_user_size_ += cv.UsedSize(); in ProcessChunk()
59 uptr UsedSize() const; // Size requested by the user.
122 descr->chunk_size = chunk.UsedSize(); in GetAccessToHeapChunkInformation()
71 uptr UsedSize() const; // Size requested by the user
61 return Beg() + UsedSize(); in End()63 uptr HwasanChunkView::UsedSize() const { in UsedSize() function in __hwasan::HwasanChunkView
274 candidate == left ? "right" : "left", chunk.UsedSize(), in PrintAddressDescription()
1561 unsigned UsedSize; in getWinEHFuncletFrameSize() local1568 UsedSize = getPSPSlotOffsetFromSP(MF) + SlotSize; in getWinEHFuncletFrameSize()1571 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()1576 unsigned FrameSizeMinusRBP = alignTo(CSSize + UsedSize, getStackAlignment()); in getWinEHFuncletFrameSize()
518 llvm::APSInt UsedSize = Result.Val.getInt(); in checkFortifiedBuiltinMemoryFunction() local520 if (UsedSize.ule(ObjectSize)) in checkFortifiedBuiltinMemoryFunction()536 << UsedSize.toString(/*Radix=*/10)); in checkFortifiedBuiltinMemoryFunction()