Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 1 of 1) sorted by relevance

/zcbor-latest/src/
Dzcbor_decode.c866 size_t extra_bytes = new_bytes - old_bytes; in allocate_map_flags() local
871 if (extra_bytes) { in allocate_map_flags()
878 memset(&state->decode_state.map_search_elem_state[new_bytes - extra_bytes], 0xFF, extra_bytes); in allocate_map_flags()