Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dyaml_private.h26 yaml_malloc(size_t size);
92 (((buffer).start = yaml_malloc(size)) ? \
132 (((string).start = yaml_malloc(size)) ? \
423 (((stack).start = yaml_malloc((size)*sizeof(*(stack).start))) ? \
456 (((queue).start = yaml_malloc((size)*sizeof(*(queue).start))) ? \
A Ddumper.c134 emitter->anchors = yaml_malloc(sizeof(*(emitter->anchors)) in yaml_emitter_dump()
250 yaml_char_t *anchor = yaml_malloc(ANCHOR_TEMPLATE_LENGTH); in yaml_emitter_generate_anchor()
A Dapi.c31 yaml_malloc(size_t size) in yaml_malloc() function
720 version_directive_copy = yaml_malloc(sizeof(yaml_version_directive_t)); in yaml_document_start_event_initialize()
846 value_copy = yaml_malloc(length+1); in yaml_scalar_event_initialize()
1061 version_directive_copy = yaml_malloc(sizeof(yaml_version_directive_t)); in yaml_document_initialize()
1222 value_copy = yaml_malloc(length+1); in yaml_document_add_scalar()
A Dparser.c608 tag = yaml_malloc(prefix_len+suffix_len+1); in yaml_parser_parse_node()
688 yaml_char_t *value = yaml_malloc(1); in yaml_parser_parse_node()
1215 value = yaml_malloc(1); in yaml_parser_process_empty_scalar()
1273 version_directive = yaml_malloc(sizeof(yaml_version_directive_t)); in yaml_parser_process_directives()
A Dscanner.c2404 handle = yaml_malloc(1); in yaml_parser_scan_tag()
2456 handle = yaml_malloc(2); in yaml_parser_scan_tag()

Completed in 17 milliseconds