1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
obj_list_move$(nW)TEST0: START: obj_list
$(nW)obj_list$(nW) $(nW)testfile i:0:0 i:0:0 i:0:-1 i:0:-1 P:2 R:2 P:4 R:4 m:0:0:0 P:2 R:2 P:4 R:4 m:-1:0:0 P:2 R:2 P:4 R:4 m:1:0:1 P:2 R:2 P:4 R:4 m:0:0:-1 P:2 R:2 P:4 R:4
pmalloc(id = 0)
pmalloc(id = 1)
pmalloc(id = 2)
pmalloc(id = 3)
list:
id = 0
id = 1
id = 2
id = 3
list reverse:
id = 3
id = 2
id = 1
id = 0
list sec:
list sec reverse:
list:
id = 1
id = 2
id = 3
list reverse:
id = 3
id = 2
id = 1
list sec:
id = 0
list sec reverse:
id = 0
list:
id = 1
id = 2
list reverse:
id = 2
id = 1
list sec:
id = 0
id = 3
list sec reverse:
id = 3
id = 0
list:
id = 1
list reverse:
id = 1
list sec:
id = 0
id = 3
id = 2
list sec reverse:
id = 2
id = 3
id = 0
list:
list reverse:
list sec:
id = 0
id = 3
id = 2
id = 1
list sec reverse:
id = 1
id = 2
id = 3
id = 0
obj_list_move$(nW)TEST0: DONE