Home
last modified time | relevance | path

Searched refs:parser_malloc_local (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-mem.c68 parser_malloc_local (parser_context_t *context_p, /**< context */ in parser_malloc_local() function
80 } /* parser_malloc_local */ in parser_malloc_local()
83 * Free memory allocated by parser_malloc_local.
H A Djs-parser-internal.h592 void *parser_malloc_local (parser_context_t *context_p, size_t size);
H A Djs-lexer.c2112 context_p->u.allocated_buffer_p = (uint8_t *) parser_malloc_local (context_p, literal_p->length); in lexer_convert_literal_to_chars()

Completed in 6 milliseconds