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

Exactly-sized, maximally-aligned storage for one miniz arena. More...

#include <epub_miniz_alloc.h>

Data Fields

uint8_t bytes [k_epub_miniz_pool_bytes]
 Allocator backing bytes.

Detailed Description

Exactly-sized, maximally-aligned storage for one miniz arena.

Embed this type in the object that owns a miniz archive. The byte member has max_align_t alignment without requiring an implementation global. The bytes are private allocator state while the arena is live.

Definition at line 86 of file epub_miniz_alloc.h.

Field Documentation

◆ bytes

uint8_t epub_miniz_workspace_t::bytes[k_epub_miniz_pool_bytes]

Allocator backing bytes.

Definition at line 88 of file epub_miniz_alloc.h.

Referenced by internal_set_alloc(), and priv_epub_set_miniz_alloc().


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