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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp56 if (chunk.AllocTid() == kInvalidTid) return 0;
58 if (thread_id) *thread_id = chunk.AllocTid();
H A Dasan_allocator.h61 uptr AllocTid() const;
H A Dasan_descriptions.cpp165 CHECK_NE(chunk.AllocTid(), kInvalidTid);
166 descr->alloc_tid = chunk.AllocTid();
H A Dasan_allocator.cpp830 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } function in class:__asan::AsanChunkView

Completed in 48 milliseconds