Searched refs:HEAP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
87 #define HEAP_BUFFER_SIZE 1024*60 macro88 uint8_t g_heap_buf[HEAP_BUFFER_SIZE];89 k_mm_region_t g_mm_region[] = {{g_heap_buf, HEAP_BUFFER_SIZE}, {(uint8_t *)0x10000000, 0x8000}};
Completed in 3 milliseconds