CACAO
Functions | Variables
tlh.cpp File Reference

Go to the source code of this file.

Functions

static bool tlh_avail (tlh_t *tlh, unsigned n)
 
void tlh_init (tlh_t *tlh)
 
void tlh_destroy (tlh_t *tlh)
 
void tlh_add_frame (tlh_t *tlh)
 
void tlh_remove_frame (tlh_t *tlh)
 
voidtlh_alloc (tlh_t *tlh, size_t size)
 

Variables

static const int TLH_MAX_SIZE = (20 * 1024 * 1024)
 

Function Documentation

void tlh_add_frame ( tlh_t tlh)

Definition at line 81 of file tlh.cpp.

void* tlh_alloc ( tlh_t tlh,
size_t  size 
)

Definition at line 100 of file tlh.cpp.

static bool tlh_avail ( tlh_t tlh,
unsigned  n 
)
inlinestatic

Definition at line 32 of file tlh.cpp.

void tlh_destroy ( tlh_t tlh)

Definition at line 69 of file tlh.cpp.

void tlh_init ( tlh_t tlh)

Definition at line 42 of file tlh.cpp.

void tlh_remove_frame ( tlh_t tlh)

Definition at line 91 of file tlh.cpp.

Variable Documentation

const int TLH_MAX_SIZE = (20 * 1024 * 1024)
static

Definition at line 30 of file tlh.cpp.