Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Djerryscript_adapter.c29 uint8_t* js_context_and_heap; variable
36 js_context_and_heap = OhosMalloc(MEM_TYPE_JERRY_HEAP, JS_TASK_CONTEXT_AND_HEAP_SIZE_BYTE); in JerryPsRamMemInit()
38 js_context_and_heap = OhosMalloc(MEM_TYPE_JERRY_LSRAM, JS_TASK_CONTEXT_AND_HEAP_SIZE_BYTE); in JerryPsRamMemInit()
Dexternal-context-helpers.c13 extern uint8_t* js_context_and_heap;
55 return js_context_and_heap; in js_task_context_alloc()