FreeRTOS 内存动态分配函数

void *pvPortMalloc( size_t xWantedSize );

void vPortFree( void *pv );

原文地址:https://www.cnblogs.com/georgethrax/p/4489566.html