Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dyaml_private.h683 #define YAML_MALLOC_STATIC(type) (type*)yaml_malloc(sizeof(type)) macro
H A Dparser.c1272 version_directive = YAML_MALLOC_STATIC(yaml_version_directive_t); in yaml_parser_process_directives()