Subastra
Loading...
Searching...
No Matches
Functions | Variables
map.c File Reference
#include "../map.h"
#include "../arena.h"
#include <stdio.h>
Include dependency graph for map.c:

Functions

void _test_setup ()
 
void _test_cleanup ()
 
void _test_insert_get ()
 
void _test_insert_overwrite_get ()
 
void _test_get_missing ()
 
void _test_collision_chain ()
 
void _test_map_grow ()
 

Variables

static map_t map
 
int _test_count = 5
 
const char * _tests []
 

Function Documentation

◆ _test_cleanup()

void _test_cleanup ( )

◆ _test_collision_chain()

void _test_collision_chain ( )

◆ _test_get_missing()

void _test_get_missing ( )

◆ _test_insert_get()

void _test_insert_get ( )

◆ _test_insert_overwrite_get()

void _test_insert_overwrite_get ( )

◆ _test_map_grow()

void _test_map_grow ( )

◆ _test_setup()

void _test_setup ( )

Variable Documentation

◆ _test_count

int _test_count = 5

◆ _tests

const char* _tests[]
Initial value:
= {"_test_insert_get", "_test_insert_overwrite_get",
"_test_get_missing", "_test_collision_chain",
"_test_map_grow"}

◆ map

map_t map
static