Home
last modified time | relevance | path

Searched refs:FreeTid (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_debugging.cpp61 if (chunk.FreeTid() == kInvalidTid) return 0; in AsanGetStack()
63 if (thread_id) *thread_id = chunk.FreeTid(); in AsanGetStack()
HDasan_allocator.h63 uptr FreeTid() const;
HDasan_descriptions.cpp167 descr->free_tid = chunk.FreeTid(); in GetHeapAddressInformation()
HDasan_allocator.cpp941 uptr AsanChunkView::FreeTid() const { in FreeTid() function in __asan::AsanChunkView