Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'killgraskill'
[simgrid.git] / teshsuite / xbt / mmalloc_32.tesh
1 $ ./xbt/mmalloc_test --log=root.fmt:%m%n
2 > Allocating a new heap
3 > HeapA allocated
4 > 100 bytes allocated with offset 175000
5 > 200 bytes allocated with offset 176000
6 > 300 bytes allocated with offset 177000
7 > 400 bytes allocated with offset 177200
8 > 500 bytes allocated with offset 177400
9 > 600 bytes allocated with offset 178000
10 > 700 bytes allocated with offset 178400
11 > 800 bytes allocated with offset 178800
12 > 900 bytes allocated with offset 178c00
13 > 1000 bytes allocated with offset 179000
14 > 1100 bytes allocated with offset 17a000
15 > 1200 bytes allocated with offset 17a800
16 > 1300 bytes allocated with offset 17b000
17 > 1400 bytes allocated with offset 17b800
18 > 1500 bytes allocated with offset 17c000
19 > 1600 bytes allocated with offset 17c800
20 > 1700 bytes allocated with offset 17d000
21 > 1800 bytes allocated with offset 17d800
22 > 1900 bytes allocated with offset 17e000
23 > 2000 bytes allocated with offset 17e800
24 > 2100 bytes allocated with offset 17f000
25 > 2200 bytes allocated with offset 180000
26 > 2300 bytes allocated with offset 181000
27 > 2400 bytes allocated with offset 182000
28 > 2500 bytes allocated with offset 183000
29 > 2600 bytes allocated with offset 184000
30 > 2700 bytes allocated with offset 185000
31 > 2800 bytes allocated with offset 186000
32 > 2900 bytes allocated with offset 187000
33 > 3000 bytes allocated with offset 188000
34 > 3100 bytes allocated with offset 189000
35 > 3200 bytes allocated with offset 18a000
36 > 3300 bytes allocated with offset 18b000
37 > 3400 bytes allocated with offset 18c000
38 > 3500 bytes allocated with offset 18d000
39 > 3600 bytes allocated with offset 18e000
40 > 3700 bytes allocated with offset 18f000
41 > 3800 bytes allocated with offset 190000
42 > 3900 bytes allocated with offset 191000
43 > 4000 bytes allocated with offset 192000
44 > 4100 bytes allocated with offset 193000
45 > 4200 bytes allocated with offset 195000
46 > 4300 bytes allocated with offset 197000
47 > 4400 bytes allocated with offset 199000
48 > 4500 bytes allocated with offset 19b000
49 > 4600 bytes allocated with offset 19d000
50 > 4700 bytes allocated with offset 19f000
51 > 4800 bytes allocated with offset 1a1000
52 > 4900 bytes allocated with offset 1a3000
53 > 5000 bytes allocated with offset 1a5000
54 > 100 bytes allocated with offset 175080
55 > 200 bytes allocated with offset 176100
56 > 300 bytes allocated with offset 177600
57 > 400 bytes allocated with offset 177800
58 > 500 bytes allocated with offset 177a00
59 > 600 bytes allocated with offset 179400
60 > 700 bytes allocated with offset 179800
61 > 800 bytes allocated with offset 179c00
62 > 900 bytes allocated with offset 1a7000
63 > 1000 bytes allocated with offset 1a7400
64 > 1100 bytes allocated with offset 1a8000
65 > 1200 bytes allocated with offset 1a8800
66 > 1300 bytes allocated with offset 1a9000
67 > 1400 bytes allocated with offset 1a9800
68 > 1500 bytes allocated with offset 1aa000
69 > 1600 bytes allocated with offset 1aa800
70 > 1700 bytes allocated with offset 1ab000
71 > 1800 bytes allocated with offset 1ab800
72 > 1900 bytes allocated with offset 1ac000
73 > 2000 bytes allocated with offset 1ac800
74 > 2100 bytes allocated with offset 1ad000
75 > 2200 bytes allocated with offset 1ae000
76 > 2300 bytes allocated with offset 1af000
77 > 2400 bytes allocated with offset 1b0000
78 > 2500 bytes allocated with offset 1b1000
79 > 2600 bytes allocated with offset 1b2000
80 > 2700 bytes allocated with offset 1b3000
81 > 2800 bytes allocated with offset 1b4000
82 > 2900 bytes allocated with offset 1b5000
83 > 3000 bytes allocated with offset 1b6000
84 > 3100 bytes allocated with offset 1b7000
85 > 3200 bytes allocated with offset 1b8000
86 > 3300 bytes allocated with offset 1b9000
87 > 3400 bytes allocated with offset 1ba000
88 > 3500 bytes allocated with offset 1bb000
89 > 3600 bytes allocated with offset 1bc000
90 > 3700 bytes allocated with offset 1bd000
91 > 3800 bytes allocated with offset 1be000
92 > 3900 bytes allocated with offset 1bf000
93 > 4000 bytes allocated with offset 1c0000
94 > 4100 bytes allocated with offset 1c1000
95 > 4200 bytes allocated with offset 1c3000
96 > 4300 bytes allocated with offset 1c5000
97 > 4400 bytes allocated with offset 1c7000
98 > 4500 bytes allocated with offset 1c9000
99 > 4600 bytes allocated with offset 1cb000
100 > 4700 bytes allocated with offset 1cd000
101 > 4800 bytes allocated with offset 1cf000
102 > 4900 bytes allocated with offset 1d1000
103 > 5000 bytes allocated with offset 1d3000
104 > All blocks were correctly allocated. Free every second block
105 > Memset every second block to zero (yeah, they are not currently allocated :)
106 > Re-allocate every second block
107 > free all blocks (each one twice, to check that double free are correctly catched)
108 > free again all blocks (to really check that double free are correctly catched)
109 > Damnit, I cannot break mmalloc this time. That's SO disappointing.