RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Functions | Variables
main_wkspaceinfo.c File Reference

malloc_info Shell Command Implementation More...

#include <inttypes.h>
#include <rtems.h>
#include <rtems/malloc.h>
#include <rtems/shell.h>
#include <rtems/score/protectedheap.h>
#include <rtems/score/wkspace.h>
#include "internal.h"

Functions

void rtems_shell_print_unified_work_area_message (void)
 

Variables

rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command
 

Detailed Description

malloc_info Shell Command Implementation

Variable Documentation

◆ rtems_shell_WKSPACE_INFO_Command

rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command
Initial value:
= {
.name = "wkspace",
.usage = "Report on RTEMS Executive Workspace",
.topic = "rtems",
.command = rtems_shell_main_wkspace_info,
.alias = NULL,
.next = NULL
}