HomeSort by relevance Sort by last modified time
    Searched refs:AllocTid (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.h 50 uptr AllocTid();
asan_report.cc 340 CHECK(chunk.AllocTid() != kInvalidTid);
342 asanThreadRegistry().FindByTid(chunk.AllocTid());
asan_allocator.cc 169 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; }
asan_allocator2.cc 214 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; }

Completed in 29 milliseconds