Home
last modified time | relevance | path

Searched defs:new_start (Results 1 – 1 of 1) sorted by relevance

/optee_benchmark/libyaml/src/
A Dapi.c77 yaml_char_t *new_start = yaml_realloc(*start, (*end - *start)*2); in yaml_string_extend() local
120 void *new_start = yaml_realloc(*start, ((char *)*end - (char *)*start)*2); in yaml_stack_extend() local
141 void *new_start = yaml_realloc(*start, in yaml_queue_extend() local

Completed in 5 milliseconds