Home
last modified time | relevance | path

Searched refs:GetAllocThreadId (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h49 inline u32 GetAllocThreadId() const;
109 u32 GetAllocThreadId() const;
H A Dhwasan_allocator.cpp67 u32 HwasanChunkView::GetAllocThreadId() const { in GetAllocThreadId() function in __hwasan::HwasanChunkView
68 return metadata_->GetAllocThreadId(); in GetAllocThreadId()
113 inline u32 Metadata::GetAllocThreadId() const { in GetAllocThreadId() function in __hwasan::Metadata
311 u32 alloc_thread_id = meta->GetAllocThreadId(); in HwasanDeallocate()
H A Dhwasan_report.cpp713 result.heap.thread_id = chunk.GetAllocThreadId(); in FindBufferOverflowCandidate()