Pyrogenesis  trunk
Classes | Functions
cache_adt.h File Reference
#include <cfloat>
#include <list>
#include <queue>
#include <unordered_map>
Include dependency graph for cache_adt.h:

Go to the source code of this file.

Classes

class  McdCalc_Naive< Entry, Entries >
 
class  McdCalc_Cached< Entry, Entries >
 
class  Landlord< Key, Entry, McdCalc >
 
class  Landlord< Key, Entry, McdCalc >::Map
 
class  Landlord_Naive< Key, Entry >
 
class  Landlord_Cached< Key, Entry >
 
class  Landlord_Lazy< Key, Entry >
 
struct  Landlord_Lazy< Key, Entry >::CD_greater
 
class  Landlord_Lazy< Key, Entry >::PriQ
 
class  Divider_Naive
 
class  Divider_Recip
 
class  LRU< Key, Entry >
 
struct  LRU< Key, Entry >::KeyAndEntry
 
struct  CacheEntry< Item, Divider >
 
class  Cache< Key, Item, Manager, Divider >
 

Functions

template<class Entries >
float ll_calc_min_credit_density (const Entries &entries)
 

Function Documentation

◆ ll_calc_min_credit_density()

template<class Entries >
float ll_calc_min_credit_density ( const Entries &  entries)