reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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];