Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dyaml_private.h84 #define INITIAL_STACK_SIZE 16 macro
424 (((stack).start = (type)yaml_malloc(INITIAL_STACK_SIZE*sizeof(*(stack).start))) ? \
426 (stack).end = (stack).start+INITIAL_STACK_SIZE, \