CACAO
|
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) |
void * | tlh_alloc (tlh_t *tlh, size_t size) |
Variables | |
static const int | TLH_MAX_SIZE = (20 * 1024 * 1024) |
|
inlinestatic |