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_addrandtail_addris valid to access.