Main API/User-level functions. More...
#include "internal.h"
Go to the source code of this file.
Functions | |
void * | tm_alloc (size_t size) |
API: Allocate a node. | |
void * | tm_alloc_desc (tm_adesc *desc) |
API: Allocate a node based on a allocation descriptor. | |
void * | tm_realloc (void *oldptr, size_t size) |
API: Reallocate a node of a givin size. | |
void | tm_free (void *ptr) |
API: Explicitly free a node. | |
void | tm_gc_full () |
API: Force a full GC. | |
Variables | |
int | _tm_user_bss [4] |
Uninitialized global memory. | |
int | _tm_user_data [4] = { 0, 1, 2, 3 } |
Initialized global memory. |
Main API/User-level functions.
Definition in file user.c.
int _tm_user_bss[4] |
int _tm_user_data[4] = { 0, 1, 2, 3 } |