Home
last modified time | relevance | path

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

/bsp/core-v-mcu/core-v-cv32e40p/board/
A Dboard.c25 #define RT_HEAP_SIZE (64*1024) macro
26 static rt_uint8_t rt_heap[RT_HEAP_SIZE];
33 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/bouffalo_lab/bl808/lp/board/
A Dboard.c16 #define RT_HEAP_SIZE 1024 macro
17 static uint32_t user_heap[RT_HEAP_SIZE]; // heap default size: 4K(1024 * 4)
34 rt_system_heap_init((void *)user_heap, (void *)user_heap + RT_HEAP_SIZE); in rt_hw_board_init()
/bsp/smartfusion2/board/
A Dboard.c41 #define RT_HEAP_SIZE 1024 macro
42 static uint32_t rt_heap[RT_HEAP_SIZE]; // heap default size: 4K(1024 * 4)
50 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/wch/risc-v/ch32v208w-r0/board/
A Dboard.c35 #define RT_HEAP_SIZE (1024*10) macro
36 static uint32_t rt_heap[RT_HEAP_SIZE];
44 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/wch/risc-v/ch32v103r-evt/board/
A Dboard.c54 #define RT_HEAP_SIZE (1024) macro
56 static uint32_t rt_heap[RT_HEAP_SIZE];
64 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/tae32f5300/board/
A Dboard.c35 #define RT_HEAP_SIZE 2048 macro
36 static uint32_t rt_heap[RT_HEAP_SIZE];/* heap default size: 4K(1024 * 4)*/
44 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
/bsp/simulator/drivers/
A Dboard.c26 heap = (rt_uint8_t *)malloc(RT_HEAP_SIZE); in rt_hw_sram_init()
38 rt_system_heap_init((void*)heap, (void*)&heap[RT_HEAP_SIZE - 1]); in rt_hw_sram_init()
/bsp/simulator/
A Drtconfig_project.h13 #define RT_HEAP_SIZE (1024*1024*8) macro

Completed in 16 milliseconds