RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
rtems_debugger_block Struct Reference

#include <rtems-debugger-block.h>

Data Fields

void * block
 
size_t step
 
size_t size
 
size_t count
 
size_t level
 

Detailed Description

DB server block manages a block of re-sizable memory. The block only grows. As more threads enter the system the block becomes the peak and then sits at that level.

Field Documentation

◆ block

void* rtems_debugger_block::block

The block of memory.

◆ count

size_t rtems_debugger_block::count

The number of elements in the block.

◆ level

size_t rtems_debugger_block::level

The usage level in the block.

◆ size

size_t rtems_debugger_block::size

The size of the elements in the block.

◆ step

size_t rtems_debugger_block::step

The step size the block is increased by.


The documentation for this struct was generated from the following file: