pxTaskStatusArray=pvPortMalloc(uxCurrentNumberOfTasks*sizeof(TaskStatus_t));/*lint !e9079 All values returned by pvPortMalloc() have at least the alignment required by the MCU's stack and this allocation allocates a struct that has the alignment requirements of a pointer. */