|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Allocation bridge retaining an explicit capacity failure. More...
#include <mdl_verify_internal.h>
Data Fields | |
| mdl_export_workspace_t * | workspace |
| Caller-owned bump arena. | |
| bool | exhausted |
| An allocation did not fit. | |
Allocation bridge retaining an explicit capacity failure.
Definition at line 31 of file mdl_verify_internal.h.
| 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().
| 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().