Searched defs:AllocTid (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/asan/ | ||
D | asan_allocator.cc | 674 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } in AllocTid() function in __asan::AsanChunkView |
/external/llvm-project/compiler-rt/lib/asan/ | ||
D | asan_allocator.cpp | 891 uptr AsanChunkView::AllocTid() const { in AllocTid() function in __asan::AsanChunkView |