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
   61   IndexT Alloc(Cache *c) {
   67   void Free(Cache *c, IndexT idx) {
   74   T *Map(IndexT idx) {
   83       IndexT idx = c->cache[--c->pos];
   97   IndexT freelist_;
  113       IndexT start = fillpos_ == 0 ? 1 : 0;
  114       for (IndexT i = start; i < kL2Size; i++) {
  123       IndexT idx = freelist_;
  132       IndexT idx = c->cache[--c->pos];