Searched refs:OS_DYNAMIC_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance
46 #ifndef OS_DYNAMIC_MEM_SIZE47 #define OS_DYNAMIC_MEM_SIZE 32768 macro
40 #if (OS_DYNAMIC_MEM_SIZE != 0)41 #if ((OS_DYNAMIC_MEM_SIZE % 8) != 0)44 static uint64_t os_mem[OS_DYNAMIC_MEM_SIZE/8] \458 #if (OS_DYNAMIC_MEM_SIZE != 0)459 &os_mem[0], (uint32_t)OS_DYNAMIC_MEM_SIZE,