Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h66 u32 GetFreeStackId() const;
H A Dasan_allocator.cpp925 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId() function in __asan::AsanChunkView
939 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()
H A Dasan_descriptions.cpp169 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()