idle 開始時に free_list の状況を表示する

This commit is contained in:
NAKAMURA Gou
2013-07-31 17:33:38 +09:00
parent d4ffe7db8d
commit ec47968a48
3 changed files with 45 additions and 0 deletions

View File

@@ -1911,6 +1911,7 @@ redo:
if ((last != NULL) && (last->status & (PS_ZOMBIE | PS_EXITED))) {
free_process_memory(last);
release_process(last);
show_free_list();
}
}
else {