ShinyAllocator  1.0
ShinyAllocator is a library of a block memory allocator for real-time high-integrity embedded systems.
Public Attributes | List of all members
Fragment Struct Reference

Stores current fragment status. More...

Collaboration diagram for Fragment:
Collaboration graph
[legend]

Public Attributes

FragmentHeader header
 
FragmentnextFree
 
FragmentprevFree
 

Detailed Description

Stores current fragment status.

Parameters
headerThe header fot the fragment
nextFreePointer to the next free fragment in the pool (NULL for the last fragment of the pool)
prevFreePointer to the previous free fragment in the pool (NULL for the first fragment of the pool)

Member Data Documentation

◆ header

FragmentHeader Fragment::header

◆ nextFree

Fragment* Fragment::nextFree

◆ prevFree

Fragment* Fragment::prevFree

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