FreeRTOS - Memory Management
You need to allocate memory for an array of 10 integers in FreeRTOS using
pvPortMalloc. Which of the following code snippets correctly performs this allocation and deallocation?