LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_MEMORY_BLOCK_METADATA_TAG Struct Reference

Metadata for a memory block entry (allocator-specific). More...

#include <memory_block.h>

Data Fields

uint8_t * ptFreeMem
 

Detailed Description

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).

Field Documentation

◆ ptFreeMem

uint8_t* JUNO_MEMORY_BLOCK_METADATA_TAG::ptFreeMem

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