📄 proj1out.txt
字号:
PID 0 requests (0, 1, 0) ...made it.
PID 1 requests (2, 0, 0) ...made it.
PID 2 requests (3, 0, 2) ...made it.
PID 3 requests (2, 1, 1) ...made it.
PID 4 requests (0, 0, 2) ...made it.
PID 1 requests (1, 0, 2) ...made it.
PID 4 requests (3, 3, 0) ...UNSAFE: Exceeds total system resources.
PID 0 requests (0, 2, 0) ...UNSAFE: Resources would be overcommitted.
...done with Silberschatz part...
Begin trying other things.
PID 1 requests (0, 0, 0) ...made it.
PID 9 requests (0, 0, 0) ...UNSAFE: Invalid PID.
PID 1 requests (0, 4, 0) ...UNSAFE: Violates PID contract.
Begining memory tests; pBanker initially 0068434C
BEGIN MEMORY TEST 0
pBanker points to 0068434C
calling helloWorld()
Banker:: Hello World!
helloWorld() succeeded.
calling showLimits()
Banker:: showLimits currently (8, 2, 7) max (10, 5, 7)
...showLimits() succeeded.
calling request()
...request() succeeded.
...completed memory test 0
BEGIN MEMORY TEST 1
pBanker points to 0068434C
calling helloWorld()
Banker:: Hello World!
helloWorld() succeeded.
calling showLimits()
Banker:: showLimits currently (8, 2, 7) max (6816432, 6816432, 7)
...showLimits() succeeded.
...completed memory test 1
BEGIN MEMORY TEST 2
pBanker points to 00685BB0
calling helloWorld()
Banker:: Hello World!
helloWorld() succeeded.
calling showLimits()
Banker:: showLimits currently (42045, 6833976, 4357056) max (6833976, 4357056, 262147)
...showLimits() succeeded.
...completed memory test 2
BEGIN MEMORY TEST 3
pBanker points to 8BE05847
calling helloWorld()
Banker:: Hello World!
helloWorld() succeeded.
...completed memory test 3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -