In the diag Panel (F11) I see 15 functions are running.
Now I press ESC (for our menu panel)
and tadaaa.... there are only 9 functions running and the memory stopped increasing. Now I just need the names of those missing functions.
If the engine can count the functions, why I can’t get the names of those functions?
I read in the manual the description for the proc_kill:

For determining the functions to be terminated, proc_kill searches the function scheduler list.......


So isn’t it possible to look into the function scheduler list? Maybe with a DLL written in C++ for the Engine?