Home
last modified time | relevance | path

Searched refs:UsedSize (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp104 uptr UsedSize() const { in UsedSize() function in __asan::ChunkHeader
116 CHECK_EQ(UsedSize(), size); in SetUsedSize()
219 thread_stats.really_freed += m->UsedSize(); in Recycle()
354 uptr end = ac->Beg() + ac->UsedSize(); in RePoisonChunk()
648 thread_stats.freed += m->UsedSize(); in QuarantineChunk()
655 m->UsedSize()); in QuarantineChunk()
660 m, m->UsedSize()); in QuarantineChunk()
721 uptr memcpy_size = Min(new_size, m->UsedSize()); in Reallocate()
798 return m->UsedSize(); in AllocationSize()
874 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
[all …]
H A Dasan_memory_profile.cpp37 total_allocated_user_size_ += cv.UsedSize(); in ProcessChunk()
41 Insert(id, cv.UsedSize()); in ProcessChunk()
43 total_quarantined_user_size_ += cv.UsedSize(); in ProcessChunk()
H A Dasan_allocator.h60 uptr UsedSize() const; // Size requested by the user.
H A Dasan_descriptions.cpp121 descr->chunk_size = chunk.UsedSize(); in GetAccessToHeapChunkInformation()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h94 uptr UsedSize() const; // Size requested by the user
H A Dhwasan_allocator.cpp57 return Beg() + UsedSize(); in End()
59 uptr HwasanChunkView::UsedSize() const { in UsedSize() function in __hwasan::HwasanChunkView
75 return (addr >= Beg()) && (addr < Beg() + UsedSize()); in AddrIsInside()
H A Dhwasan_report.cpp331 untagged_addr, offset, whence, chunk.UsedSize(), chunk.Beg(), in ShowHeapOrGlobalCandidate()
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp142 uptr UsedSize() { in UsedSize() function
494 uptr memcpy_size = Min(new_size, m->UsedSize()); in Reallocate()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2211 unsigned UsedSize; in getWinEHFuncletFrameSize() local
2218 UsedSize = getPSPSlotOffsetFromSP(MF) + SlotSize; in getWinEHFuncletFrameSize()
2221 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()
2226 unsigned FrameSizeMinusRBP = alignTo(CSSize + UsedSize, getStackAlign()); in getWinEHFuncletFrameSize()