Home
last modified time | relevance | path

Searched refs:JERRY_ATTR_GLOBAL_HEAP (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.c141 jmem_heap_t jerry_global_heap JERRY_ATTR_GLOBAL_HEAP; variable
143 jmem_heap_t jerry_global_heap JERRY_ATTR_ALIGNED (JMEM_ALIGNMENT) JERRY_ATTR_GLOBAL_HEAP;
/third_party/jerryscript/jerry-core/
H A Dconfig.h580 * The JERRY_ATTR_GLOBAL_HEAP allows adding extra attributes for the Jerry global heap.
583 * #define JERRY_ATTR_GLOBAL_HEAP __attribute__((section(".text.globalheap")))
585 #ifndef JERRY_ATTR_GLOBAL_HEAP
586 # define JERRY_ATTR_GLOBAL_HEAP macro
587 #endif /* !defined (JERRY_ATTR_GLOBAL_HEAP) */

Completed in 2 milliseconds