Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c793 size_t allocation_length = 0; in parse_string() local
816 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()
817 output = (unsigned char*)input_buffer->hooks.allocate(allocation_length + sizeof("")); in parse_string()