Searched refs:ucHeap (Results 1 – 4 of 4) sorted by relevance
14 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; in rt_align()42 rt_system_heap_init((void*)ucHeap, (void*)(ucHeap+configTOTAL_HEAP_SIZE)); in rt_hw_board_init()
85 __attribute__((section(".heap"), used)) uint8_t ucHeap[HEAP_SIZE]; variable
331 /* __heap_end = .; */ /* Will be automatically filled by the ucHeap array */
47 USB_DMA_NONINIT_DATA_ALIGN(USB_DATA_ALIGN_SIZE) uint8_t ucHeap[configTOTAL_HEAP_SIZE]; in USB_DMA_NONINIT_DATA_ALIGN()
Completed in 10 milliseconds