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
Consider removing pfs_get_core_commands_sorted_by_name_dynamic and other *_dynamic functions and sort command (and subcommands) on dynamically allocated array of commands during the shell initialization to avoid constant heap fragmentation.
Consider removing built-in qsort and write more light implementation of sorting algorithm.
The text was updated successfully, but these errors were encountered:
Consider removing
pfs_get_core_commands_sorted_by_name_dynamic
and other*_dynamic
functions and sort command (and subcommands) on dynamically allocated array of commands during the shell initialization to avoid constant heap fragmentation.Consider removing built-in
qsort
and write more light implementation of sorting algorithm.The text was updated successfully, but these errors were encountered: