Function data_model::volatile_memory::is_all_zero_naive
source · Expand description
Check whether every byte is zero.
This checks byte by byte.
Safety
head_addr
<=tail_addr
- Bytes between
head_addr
andtail_addr
is valid to access.