Home
last modified time | relevance | path

Searched refs:JERRY_GLOBAL_HEAP_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h61 #ifndef JERRY_GLOBAL_HEAP_SIZE
63 # define JERRY_GLOBAL_HEAP_SIZE (48) macro
99 #ifndef JERRY_GLOBAL_HEAP_SIZE
100 # define JERRY_GLOBAL_HEAP_SIZE (64) macro
309 #ifndef JERRY_GLOBAL_HEAP_SIZE
310 # define JERRY_GLOBAL_HEAP_SIZE (512) macro
311 #endif /* !defined (JERRY_GLOBAL_HEAP_SIZE) */
709 #if !defined (JERRY_GLOBAL_HEAP_SIZE) || (JERRY_GLOBAL_HEAP_SIZE <= 0)
710 # error "Invalid value for 'JERRY_GLOBAL_HEAP_SIZE' macr
[all...]
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h47 #define CONFIG_MEM_HEAP_SIZE (JERRY_GLOBAL_HEAP_SIZE * 1024)
/third_party/jerryscript/jerry-main/
H A Dmain-unix-snapshot.c80 jerry_context_t *context_p = jerry_create_context (JERRY_GLOBAL_HEAP_SIZE * 1024, context_alloc, NULL); in context_init()
H A Dmain-unix.c688 jerry_context_t *context_p = jerry_create_context (JERRY_GLOBAL_HEAP_SIZE * 1024, context_alloc, NULL); in main()

Completed in 4 milliseconds