|
Flash Translation Layer
1.0
|
#include "include/lru.h"#include "unity.h"#include <stdlib.h>#include <time.h>#include <stdint.h>
Functions | |
| void | setUp (void) |
| void | tearDown (void) |
| static void | lru_internal_print (struct lru_cache *cache) |
| void | test_lru_init (void) |
| void | test_lru_fill (void) |
| static int | dealloc_data (const uint64_t key, uintptr_t value) |
| void | test_lru_big_fill (void) |
| void | test_lru_small_fill (void) |
| int | main (void) |
|
static |
|
static |
| int main | ( | void | ) |

| void setUp | ( | void | ) |
| void tearDown | ( | void | ) |
| void test_lru_big_fill | ( | void | ) |

| void test_lru_fill | ( | void | ) |

| void test_lru_init | ( | void | ) |

| void test_lru_small_fill | ( | void | ) |

1.8.13