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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc108 static StackDepot theDepot; member in namespace:__sanitizer
111 return theDepot.GetStats();
116 StackDepotHandle h = theDepot.Put(desc);
122 return theDepot.Put(desc);
126 StackDepotDesc desc = theDepot.Get(id);
140 atomic_uintptr_t *p = &theDepot.tab[idx];

Completed in 220 milliseconds