Searched refs:rule_stack_alloc (Results 1 – 1 of 1) sorted by relevance
227 size_t rule_stack_alloc; member295 if (parser->rule_stack_top >= parser->rule_stack_alloc) { in push_rule()296 …rs = m_renew(rule_stack_t, parser->rule_stack, parser->rule_stack_alloc, parser->rule_stack_alloc … in push_rule()298 parser->rule_stack_alloc += MICROPY_ALLOC_PARSE_RULE_INC; in push_rule()839 parser.rule_stack_alloc = MICROPY_ALLOC_PARSE_RULE_INIT; in mp_parse()841 parser.rule_stack = m_new(rule_stack_t, parser.rule_stack_alloc); in mp_parse()1178 m_del(rule_stack_t, parser.rule_stack, parser.rule_stack_alloc); in mp_parse()
Completed in 7 milliseconds