RTEMS
5.0.0
|
Red-black heap chunk descriptor. More...
#include <rbheap.h>
Data Fields | |
rtems_chain_node | chain_node |
rtems_rbtree_node | tree_node |
uintptr_t | begin |
uintptr_t | size |
Red-black heap chunk descriptor.
uintptr_t rtems_rbheap_chunk::begin |
Begin address of the chunk. The address alignment it specified in the rtems_rbheap_control.
rtems_chain_node rtems_rbheap_chunk::chain_node |
This chain node can be used in two chains
In case this chain node is not part of a chain, the chunk represents a used chunk in the managed memory area.
uintptr_t rtems_rbheap_chunk::size |
Size of the chunk in bytes.
rtems_rbtree_node rtems_rbheap_chunk::tree_node |
Tree node for chunks that represent a part of the managed memory area. These chunks are either free or used.