Home
last modified time | relevance | path

Searched refs:AsanChunkView (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp817 return AsanChunkView(m1); in FindHeapChunkByAddress()
860 bool AsanChunkView::IsValid() const { in IsValid()
864 bool AsanChunkView::IsAllocated() const { in IsAllocated()
868 bool AsanChunkView::IsQuarantined() const { in IsQuarantined()
879 uptr AsanChunkView::AllocTid() const { in AllocTid()
886 uptr AsanChunkView::FreeTid() const { in FreeTid()
895 AllocType AsanChunkView::GetAllocType() const { in GetAllocType()
899 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId()
906 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId()
927 AsanChunkView FindHeapChunkByAddress(uptr addr) { in FindHeapChunkByAddress()
[all …]
H A Dasan_allocator.h51 class AsanChunkView {
53 explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {} in AsanChunkView() function
64 bool Eq(const AsanChunkView &c) const { return chunk_ == c.chunk_; } in Eq()
95 AsanChunkView FindHeapChunkByAddress(uptr address);
96 AsanChunkView FindHeapChunkByAllocBeg(uptr address);
H A Dasan_memory_profile.cpp35 void ProcessChunk(const AsanChunkView &cv) { in ProcessChunk()
H A Dasan_debugging.cpp52 AsanChunkView chunk = FindHeapChunkByAddress(addr); in AsanGetStack()
H A Dasan_descriptions.cpp104 AsanChunkView chunk, uptr addr, in GetAccessToHeapChunkInformation()
157 AsanChunkView chunk = FindHeapChunkByAddress(addr); in GetHeapAddressInformation()