Flash Translation Layer  1.0
Functions
lru-test.c File Reference
#include "include/lru.h"
#include "unity.h"
#include <stdlib.h>
#include <time.h>
#include <stdint.h>
Include dependency graph for lru-test.c:

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)
 

Function Documentation

◆ dealloc_data()

static int dealloc_data ( const uint64_t  key,
uintptr_t  value 
)
static

◆ lru_internal_print()

static void lru_internal_print ( struct lru_cache cache)
static

◆ main()

int main ( void  )
Here is the call graph for this function:

◆ setUp()

void setUp ( void  )

◆ tearDown()

void tearDown ( void  )

◆ test_lru_big_fill()

void test_lru_big_fill ( void  )
Here is the call graph for this function:

◆ test_lru_fill()

void test_lru_fill ( void  )
Here is the call graph for this function:

◆ test_lru_init()

void test_lru_init ( void  )
Here is the call graph for this function:

◆ test_lru_small_fill()

void test_lru_small_fill ( void  )
Here is the call graph for this function: