Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h42 uptr AllocTid();
Dasan_report.cc365 CHECK(chunk.AllocTid() != kInvalidTid); in DescribeHeapAddress()
368 GetThreadContextByTidLocked(chunk.AllocTid()); in DescribeHeapAddress()
Dasan_allocator2.cc224 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } in AllocTid() function in __asan::AsanChunkView