Searched refs:alloc_tid (Results 1 – 8 of 8) sorted by relevance
76 u32 alloc_tid : 24; member145 CHECK_NE(m->alloc_tid, kInvalidTid); in Recycle()487 u32 alloc_tid = t ? t->tid() : 0; in Allocate() local488 m->alloc_tid = alloc_tid; in Allocate()489 CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield? in Allocate()569 CHECK_GE(m->alloc_tid, 0); in QuarantineChunk()814 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } in AllocTid()
167 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()417 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()
123 uptr alloc_tid; member
74 u32 alloc_tid : 24; member143 CHECK_NE(m->alloc_tid, kInvalidTid); in Recycle()485 u32 alloc_tid = t ? t->tid() : 0; in Allocate() local486 m->alloc_tid = alloc_tid; in Allocate()487 CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield? in Allocate()567 CHECK_GE(m->alloc_tid, 0); in QuarantineChunk()812 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } in AllocTid()
165 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()415 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()
121 uptr alloc_tid; member
165 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()416 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()
122 uptr alloc_tid; member