Searched refs:yaml_realloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dapi.c41 yaml_realloc(void *ptr, size_t size) function
77 yaml_char_t *new_start = yaml_realloc(*start, (*end - *start)*2);
120 void *new_start = yaml_realloc(*start, ((char *)*end - (char *)*start)*2);
141 void *new_start = yaml_realloc(*start,
H A Dyaml_private.h33 yaml_realloc(void *ptr, size_t size);

Completed in 99 milliseconds