ShinyAllocator
1.0
ShinyAllocator is a library of a block memory allocator for real-time high-integrity embedded systems.
|
the allocator which stores the information about the pool structure More...
Public Attributes | |
Fragment * | fragments [NUM_FRAGMENTS_MAX] |
size_t | nonEmptyFragmentMask |
shinyAllocatorDiagnostics | diagnostics |
the allocator which stores the information about the pool structure
fragments | An array of pointers to all fragments |
the | binary Mask for representing the used/allocated fragments |
diagnostics | The diagnostics associated with the pool |
shinyAllocatorDiagnostics shinyAllocatorInstance::diagnostics |
Fragment* shinyAllocatorInstance::fragments[NUM_FRAGMENTS_MAX] |
size_t shinyAllocatorInstance::nonEmptyFragmentMask |