Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ | |
asan_descriptions.h | 123 uptr alloc_tid; member in struct:__asan::HeapAddressDescription |
asan_allocator.cc | 76 u32 alloc_tid : 24; member in struct:__asan::ChunkHeader 145 CHECK_NE(m->alloc_tid, kInvalidTid); 487 u32 alloc_tid = t ? t->tid() : 0; local in function:__asan::Allocator::Allocate 488 m->alloc_tid = alloc_tid; 489 CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield? 569 CHECK_GE(m->alloc_tid, 0); 814 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } [all...] |