Searched refs:alloc_indent_level (Results 1 – 2 of 2) sorted by relevance
193 if (lex->num_indent_level >= lex->alloc_indent_level) { in indent_push()194 …dent_level = m_renew(uint16_t, lex->indent_level, lex->alloc_indent_level, lex->alloc_indent_level… in indent_push()195 lex->alloc_indent_level += MICROPY_ALLOC_LEXEL_INDENT_INC; in indent_push()821 lex->alloc_indent_level = MICROPY_ALLOC_LEXER_INDENT_INIT; in mp_lexer_new()823 lex->indent_level = m_new(uint16_t, lex->alloc_indent_level); in mp_lexer_new()884 m_del(uint16_t, lex->indent_level, lex->alloc_indent_level); in mp_lexer_free()
175 size_t alloc_indent_level; member
Completed in 4 milliseconds