Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp606 bool AtomicallySetQuarantineFlagIfAllocated(AsanChunk *m, void *ptr, in AtomicallySetQuarantineFlagIfAllocated() function
685 if (!AtomicallySetQuarantineFlagIfAllocated(m, ptr, stack)) return; in Deallocate()