Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.c784 size_t allocation_length = 0; in parse_string() local
807 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()
808 output = (unsigned char*)input_buffer->hooks.allocate(allocation_length + sizeof("")); in parse_string()