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
相关文章
相关标签/搜索