Searched refs:parser_malloc_local (Results 1 – 3 of 3) sorted by relevance
68 parser_malloc_local (parser_context_t *context_p, /**< context */ in parser_malloc_local() function
592 void *parser_malloc_local (parser_context_t *context_p, size_t size);
2112 … context_p->u.allocated_buffer_p = (uint8_t *) parser_malloc_local (context_p, literal_p->length); in lexer_convert_literal_to_chars()