Searched refs:AllocTid (Results 1 – 3 of 3) sorted by relevance
57 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()59 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
164 CHECK_NE(chunk.AllocTid(), kInvalidTid); in GetHeapAddressInformation()165 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
934 uptr AsanChunkView::AllocTid() const { in AllocTid() function in __asan::AsanChunkView