ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_export_workspace Struct Reference

Caller-owned bounded arena for all exporter scratch state. More...

#include <mdl_export.h>

Data Fields

uint8_t * data
 Writable arena bytes.
size_t cap
 Total arena capacity.
size_t used
 Current allocation high edge.
size_t high_water
 Largest used value observed.

Detailed Description

Caller-owned bounded arena for all exporter scratch state.

Definition at line 217 of file mdl_export.h.

Field Documentation

◆ cap

size_t mdl_export_workspace::cap

Total arena capacity.

Definition at line 219 of file mdl_export.h.

Referenced by mdl_export_workspace_init(), mdl_export_workspace_take(), and priv_mdl_verify_workspace_take().

◆ data

◆ high_water

◆ used


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