Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp864 return AsanChunkView(m1); in FindHeapChunkByAddress()
907 bool AsanChunkView::IsValid() const { in IsValid()
911 bool AsanChunkView::IsAllocated() const { in IsAllocated()
915 bool AsanChunkView::IsQuarantined() const { in IsQuarantined()
926 uptr AsanChunkView::AllocTid() const { in AllocTid()
933 uptr AsanChunkView::FreeTid() const { in FreeTid()
942 AllocType AsanChunkView::GetAllocType() const { in GetAllocType()
946 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId()
953 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId()
974 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.cpp34 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()