RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_mallocinfo.c File Reference

MALLOC_INFO Shell Command Implementation. More...

#include <inttypes.h>
#include <string.h>
#include <rtems.h>
#include <rtems/malloc.h>
#include <rtems/libcsupport.h>
#include <rtems/shellconfig.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command
 

Detailed Description

MALLOC_INFO Shell Command Implementation.

Variable Documentation

◆ rtems_shell_MALLOC_INFO_Command

rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command
Initial value:
= {
.name = "malloc",
.usage = "malloc [walk]",
.topic = "mem",
.command = rtems_shell_main_malloc_info,
.alias = NULL,
.next = NULL
}