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

  /external/compiler-rt/lib/asan/
asan_allocator.h 42 uptr AllocTid();
asan_report.cc 365 CHECK(chunk.AllocTid() != kInvalidTid);
368 GetThreadContextByTidLocked(chunk.AllocTid());
asan_allocator2.cc 224 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; }

Completed in 532 milliseconds