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

Header prefixing every arena block. More...

Data Fields

size_t size
 Aligned payload bytes after this header.
size_t is_free
 One for free, zero for live.

Detailed Description

Header prefixing every arena block.

Definition at line 24 of file epub_miniz_alloc.c.

Field Documentation

◆ is_free

size_t priv_blk_t::is_free

One for free, zero for live.

Definition at line 26 of file epub_miniz_alloc.c.

Referenced by epub_miniz_alloc(), epub_miniz_arena_init(), epub_miniz_free(), internal_coalesce(), and internal_split().

◆ size

size_t priv_blk_t::size

Aligned payload bytes after this header.

Definition at line 25 of file epub_miniz_alloc.c.

Referenced by epub_miniz_alloc(), epub_miniz_arena_init(), epub_miniz_realloc(), internal_coalesce(), internal_next(), and internal_split().


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