|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Half-open address span used for caller-buffer separation checks. More...
Data Fields | |
| uintptr_t | begin |
| First byte address. | |
| uintptr_t | end |
| One-past-last byte address. | |
Half-open address span used for caller-buffer separation checks.
Definition at line 36 of file jof_audit.c.
| uintptr_t internal_span_t::begin |
First byte address.
Definition at line 37 of file jof_audit.c.
Referenced by internal_spans_overlap().
| uintptr_t internal_span_t::end |
One-past-last byte address.
Definition at line 38 of file jof_audit.c.
Referenced by internal_spans_overlap().