FreeRTOS到內存管理機制

一、heap_1 動態內存管理一旦申請相應內存後,是不容許釋放的。web void *pvPortMalloc( size_t xWantedSize ) { void *pvReturn = NULL; static uint8_t *pucAlignedHeap = NULL; /* Ensure that blocks are always aligned to the required
相關文章
相關標籤/搜索