Lists of tasks

Hi, There are lists in the system: Delay list, delay overflow , suspend list , ready list , wait for termination list. Can you please tell me – are those lists are statically allocated or dynamically allocated ? Thank you Michael

Lists of tasks

As you can see in the source code, they are statically allocated.