![]() |
RTEMS 6.1
|
#include <rtems-debugger-block.h>
Data Fields | |
| void * | block |
| size_t | step |
| size_t | size |
| size_t | count |
| size_t | level |
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.
| void* rtems_debugger_block::block |
The block of memory.
| size_t rtems_debugger_block::count |
The number of elements in the block.
| size_t rtems_debugger_block::level |
The usage level in the block.
| size_t rtems_debugger_block::size |
The size of the elements in the block.
| size_t rtems_debugger_block::step |
The step size the block is increased by.