Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c713 size_t allocation_length = 0; in parse_string() local
736 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()
737 output = (unsigned char*)input_buffer->hooks.allocate(allocation_length + sizeof("")); in parse_string()

Completed in 7 milliseconds