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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp91 static StackDepot theDepot; member in namespace:__sanitizer
94 return theDepot.GetStats();
98 StackDepotHandle h = theDepot.Put(stack);
103 return theDepot.Put(stack);
107 return theDepot.Get(id);
111 theDepot.LockAll();
115 theDepot.UnlockAll();
127 atomic_uintptr_t *p = &theDepot.tab[idx];

Completed in 45 milliseconds