RTEMS CPU Kit with SuperCore  4.11.3
Variables
main_mallocinfo.c File Reference
#include <inttypes.h>
#include <string.h>
#include <rtems.h>
#include <rtems/malloc.h>
#include <rtems/libcsupport.h>
#include <rtems/shellconfig.h>
#include "internal.h"
Include dependency graph for main_mallocinfo.c:

Variables

rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command
 

Variable Documentation

◆ rtems_shell_MALLOC_INFO_Command

rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command
Initial value:
= {
"malloc",
"malloc [walk]",
"mem",
rtems_shell_main_malloc_info,
NULL,
NULL
}