|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
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.
| 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().