Home
last modified time | relevance | path

Searched refs:HEAP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dsoc_impl.c87 #define HEAP_BUFFER_SIZE 1024*60 macro
88 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