Searched refs:alloc_tid (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp75 u32 alloc_tid : 24; member in struct:__asan::ChunkHeader
144 CHECK_NE(m->alloc_tid, kInvalidTid);
503 u32 alloc_tid = t ? t->tid() : 0; local
504 m->alloc_tid = alloc_tid;
505 CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield?
585 CHECK_GE(m->alloc_tid, 0);
830 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; }
[all...]
H A Dasan_descriptions.h122 uptr alloc_tid; member in struct:__asan::HeapAddressDescription
H A Dasan_descriptions.cpp166 descr->alloc_tid = chunk.AllocTid();
416 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c71 static struct mlx5_fpga_trans_priv *alloc_tid(struct mlx5_fpga_device *fdev) function
201 trans_priv = alloc_tid(conn->fdev);

Completed in 113 milliseconds