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

/external/compiler-rt/lib/asan/
H A Dasan_allocator.h45 uptr AllocTid();
H A Dasan_report.cc468 CHECK(chunk.AllocTid() != kInvalidTid);
471 GetThreadContextByTidLocked(chunk.AllocTid());
H A Dasan_allocator2.cc199 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } function in class:__asan::AsanChunkView

Completed in 201 milliseconds