reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h
   39   typedef typename Cache::IndexT IndexT;
   61   IndexT Alloc(Cache *c) {
   67   void Free(Cache *c, IndexT idx) {
   69     if (c->pos == Cache::kSize)
   80   void FlushCache(Cache *c) {
   89   void InitCache(Cache *c) {
  101   void Refill(Cache *c) {
  122     for (uptr i = 0; i < Cache::kSize / 2 && freelist_ != 0; i++) {
  129   void Drain(Cache *c) {
  131     for (uptr i = 0; i < Cache::kSize / 2; i++) {