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

Header stored before each monotonic miniz allocation. More...

Data Fields

size_t bytes
 Payload extent.
max_align_t align
 Forces maximum payload alignment.

Detailed Description

Header stored before each monotonic miniz allocation.

Definition at line 24 of file mdl_verify.c.

Field Documentation

◆ align

max_align_t mdl_alloc_header_t::align

Forces maximum payload alignment.

Definition at line 26 of file mdl_verify.c.

◆ bytes

size_t mdl_alloc_header_t::bytes

Payload extent.

Definition at line 25 of file mdl_verify.c.

Referenced by internal_arena_realloc(), and priv_mdl_verify_arena_alloc().


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