TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
This is the complete list of members for others::lru_cache::LRUCache, including all inherited members.
cache | others::lru_cache::LRUCache | private |
display() | others::lru_cache::LRUCache | inline |
getHits() const | others::lru_cache::LRUCache | inline |
getPageFault() const | others::lru_cache::LRUCache | inline |
hits | others::lru_cache::LRUCache | private |
LRUCache(uint64_t pf) | others::lru_cache::LRUCache | inlineexplicit |
pageFault | others::lru_cache::LRUCache | private |
pageFrame | others::lru_cache::LRUCache | private |
pageMap | others::lru_cache::LRUCache | private |
refer(uint64_t page) | others::lru_cache::LRUCache | inline |