Home
last modified time | relevance | path

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

/bsp/core-v-mcu/core-v-cv32e40p/board/linker_scripts/
A Dcore-v-mcu.ld47 /* __heap_size = DEFINED(__heap_size) ? __heap_size : 0x400; */
48 __heap_size = 0x06000; symbol
49 PROVIDE(__heap_size = __heap_size); symbol
330 . += __heap_size;
335 ASSERT((__heap_start + __heap_size < __heap_end), "Error (Linkerscript): Heap is too large");
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/
A Dcore-v-mcu.c92 uint32_t __heap_size = HEAP_SIZE; variable

Completed in 11 milliseconds