ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include "abti.h"
Go to the source code of this file.
Functions | |
ABTU_ret_err int | ABTI_mem_init (ABTI_global *p_global) |
ABTU_ret_err int | ABTI_mem_init_local (ABTI_global *p_global, ABTI_xstream *p_local_xstream) |
void | ABTI_mem_finalize (ABTI_global *p_global) |
void | ABTI_mem_finalize_local (ABTI_xstream *p_local_xstream) |
void ABTI_mem_finalize | ( | ABTI_global * | p_global | ) |
Definition at line 206 of file malloc.c.
Referenced by finailze_library(), and init_library().
void ABTI_mem_finalize_local | ( | ABTI_xstream * | p_local_xstream | ) |
Definition at line 210 of file malloc.c.
Referenced by xstream_create().
ABTU_ret_err int ABTI_mem_init | ( | ABTI_global * | p_global | ) |
Definition at line 195 of file malloc.c.
Referenced by init_library().
ABTU_ret_err int ABTI_mem_init_local | ( | ABTI_global * | p_global, |
ABTI_xstream * | p_local_xstream | ||
) |
Definition at line 200 of file malloc.c.
Referenced by xstream_create().