Home
last modified time | relevance | path

Searched refs:SetFreeContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp135 void SetFreeContext(u32 tid, u32 stack) { in SetFreeContext() function in __asan::ChunkBase
683 m->SetFreeContext(kInvalidTid, 0); in AtomicallySetQuarantineFlagIfAllocated()
693 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()