Searched refs:UsedSize (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 104 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 D | asan_memory_profile.cpp | 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()
|
H A D | asan_allocator.h | 60 uptr UsedSize() const; // Size requested by the user.
|
H A D | asan_descriptions.cpp | 121 descr->chunk_size = chunk.UsedSize(); in GetAccessToHeapChunkInformation()
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.h | 94 uptr UsedSize() const; // Size requested by the user
|
H A D | hwasan_allocator.cpp | 57 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 D | hwasan_report.cpp | 331 untagged_addr, offset, whence, chunk.UsedSize(), chunk.Beg(), in ShowHeapOrGlobalCandidate()
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 142 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 D | X86FrameLowering.cpp | 2211 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()
|