Searched refs:BMS_TASK_HEAP_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #ifndef BMS_TASK_HEAP_SIZE27 #define BMS_TASK_HEAP_SIZE (48) macro30 #define BMS_TASK_CONTEXT_AND_HEAP_SIZE (BMS_TASK_HEAP_SIZE + CONTEXT_SIZE_FOR_TASK)
37 jerry_context_t * bms_task_context = jerry_create_context (BMS_TASK_HEAP_SIZE * CONVERTION_RATIO, in bms_task_context_init()