Home
last modified time | relevance | path

Searched defs:CacheSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp285 struct CacheSet { struct
286 enum { kSetSize = 4 };
288 void PrintAll() { in PrintAll()
295 void insertOrMerge(u64 new_id, MemInfoBlock &newMIB) { in insertOrMerge()
349 void PrintMissRate(int i) { in PrintMissRate()
355 SetEntry Entries[kSetSize];
356 u32 SetAccessCount = 0;
357 u32 SetMissCount = 0;