Mem_OutputUsage()

Mem_OutputUsage()

Outputs memory usage report through 'out_fnct'.

Files

lib_mem.h/lib_mem.c

Prototype

void Mem_OutputUsage(void (*out_fnct) (CPU_CHAR *), LIB_ERR *p_err)

 

Arguments

out_fnct

Pointer to output function.

p_err

Pointer to variable that will receive the return error code from this function :

LIB_MEM_ERR_NONE

LIB_MEM_ERR_NULL_PTR

LIB_MEM_ERR_INVALID_MEM_ALIGN

Returned Value

None.

Required Configuration

Available only if LIB_MEM_CFG_DBG_INFO_EN is DEF_ENABLED in lib_cfg.h.

Notes / Warnings

None.