Subastra
Loading...
Searching...
No Matches
Macros | Functions | Variables
freelist.c File Reference
#include "../misc/freelist.h"
Include dependency graph for freelist.c:

Macros

#define LEDGER_CAPACITY   0x10000
 

Functions

void _test_setup ()
 
void _test_cleanup ()
 
void _test_max_out ()
 

Variables

static freelist_ledger_t ledger
 
int _test_count = 1
 
const char * _tests [] = {"_test_max_out"}
 

Macro Definition Documentation

◆ LEDGER_CAPACITY

#define LEDGER_CAPACITY   0x10000

Function Documentation

◆ _test_cleanup()

void _test_cleanup ( )

◆ _test_max_out()

void _test_max_out ( )

◆ _test_setup()

void _test_setup ( )

Variable Documentation

◆ _test_count

int _test_count = 1

◆ _tests

const char* _tests[] = {"_test_max_out"}

◆ ledger

freelist_ledger_t ledger
static