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

Allocation bridge retaining an explicit capacity failure. More...

#include <mdl_verify_internal.h>

Collaboration diagram for mdl_verify_arena_t:

Data Fields

mdl_export_workspace_tworkspace
 Caller-owned bump arena.
bool exhausted
 An allocation did not fit.

Detailed Description

Allocation bridge retaining an explicit capacity failure.

Definition at line 31 of file mdl_verify_internal.h.

Field Documentation

◆ exhausted

bool mdl_verify_arena_t::exhausted

An allocation did not fit.

Definition at line 33 of file mdl_verify_internal.h.

Referenced by internal_gzip_consume(), internal_gzip_init_inflate(), internal_verify_zip(), and priv_mdl_verify_arena_alloc().

◆ workspace

mdl_export_workspace_t* mdl_verify_arena_t::workspace

Caller-owned bump arena.

Definition at line 32 of file mdl_verify_internal.h.

Referenced by priv_mdl_verify_arena_alloc().


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