Flash Translation Layer
1.0
|
main LRU cache data structure More...
#include <lru.h>
Data Fields | |
size_t | capacity |
size_t | size |
struct lru_node * | head |
lru_dealloc_fn | deallocate |
struct lru_node | nil |
main LRU cache data structure
size_t lru_cache::capacity |
total number of the lru_node
lru_dealloc_fn lru_cache::deallocate |
struct lru_node* lru_cache::head |
struct lru_node lru_cache::nil |
don't access this directly
size_t lru_cache::size |
current number of the lru_node