Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp57 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()
59 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
H A Dasan_descriptions.cpp164 CHECK_NE(chunk.AllocTid(), kInvalidTid); in GetHeapAddressInformation()
165 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
H A Dasan_allocator.cpp934 uptr AsanChunkView::AllocTid() const { in AllocTid() function in __asan::AsanChunkView