Searched refs:YAML_MALLOC_STATIC (Results 1 – 2 of 2) sorted by relevance
683 #define YAML_MALLOC_STATIC(type) (type*)yaml_malloc(sizeof(type)) macro
1272 version_directive = YAML_MALLOC_STATIC(yaml_version_directive_t); in yaml_parser_process_directives()