|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
Metadata for a memory block entry (allocator-specific). More...
#include <memory_block.h>
Data Fields | |
| uint8_t * | ptFreeMem |
Metadata for a memory block entry (allocator-specific).
Each entry stores the address of a free block when present; the free list is treated as a stack in the range [0, zFreed).
| uint8_t* JUNO_MEMORY_BLOCK_METADATA_TAG::ptFreeMem |