mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
ea180792a3
Since the task and group structures are no longer allocated in the same space, the memory for group is allocated in the group_allocate() function, and no further allocation is needed during the task allocation process. Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>