Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp360 struct MemInfoBlockCache { struct
361 MemInfoBlockCache() { in MemInfoBlockCache() argument
371 ~MemInfoBlockCache() { free(Sets); } in ~MemInfoBlockCache()
373 void insertOrMerge(u64 new_id, MemInfoBlock &newMIB) { in insertOrMerge()
383 void PrintAll() { in PrintAll()
389 void PrintMissRate() { in PrintMissRate()
400 CacheSet *Sets;
404 bool Constructed = false;