You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some static task run just once doing something like initializing and it never returns memory back for system to use the unused memory. As task struct consumes memory the most among others, it is necessary to make that unused memory usable.
Some static task run just once doing something like initializing and it never returns memory back for system to use the unused memory. As
task structconsumes memory the most among others, it is necessary to make that unused memory usable.