Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h125 jmem_heap_t *heap_p; /**< point to the heap aligned to JMEM_ALIGNMENT. */ member
270 #define JERRY_HEAP_CONTEXT(field) (JERRY_CONTEXT (heap_p)->field)
/third_party/jerryscript/jerry-core/api/
Djerry.c3529 context_p->heap_p = (jmem_heap_t *) byte_p; in jerry_create_context()