Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_debugging.cpp57 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()
59 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
HDasan_descriptions.cpp164 CHECK_NE(chunk.AllocTid(), kInvalidTid); in GetHeapAddressInformation()
165 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
HDasan_allocator.h62 uptr AllocTid() const;
HDasan_allocator.cpp934 uptr AsanChunkView::AllocTid() const { in AllocTid() function in __asan::AsanChunkView