ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Functions
malloc.c File Reference
#include "abti.h"
Include dependency graph for malloc.c:

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)
 

Function Documentation

◆ ABTI_mem_finalize()

void ABTI_mem_finalize ( ABTI_global p_global)

Definition at line 206 of file malloc.c.

Referenced by finailze_library(), and init_library().

◆ ABTI_mem_finalize_local()

void ABTI_mem_finalize_local ( ABTI_xstream p_local_xstream)

Definition at line 210 of file malloc.c.

Referenced by xstream_create().

◆ ABTI_mem_init()

ABTU_ret_err int ABTI_mem_init ( ABTI_global p_global)

Definition at line 195 of file malloc.c.

Referenced by init_library().

◆ ABTI_mem_init_local()

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().