Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into fix/execute_benched
[simgrid.git] / teshsuite / xbt / mmalloc / mmalloc_32.tesh
1 $ ${bindir:=.}/mmalloc_test --log=root.fmt:%m%n
2 > Allocating a new heap
3 > HeapA allocated
4 > 100 bytes allocated with offset 45000
5 > 200 bytes allocated with offset 46000
6 > 300 bytes allocated with offset 47000
7 > 400 bytes allocated with offset 47200
8 > 500 bytes allocated with offset 47400
9 > 600 bytes allocated with offset 48000
10 > 700 bytes allocated with offset 48400
11 > 800 bytes allocated with offset 48800
12 > 900 bytes allocated with offset 48c00
13 > 1000 bytes allocated with offset 49000
14 > 1100 bytes allocated with offset 4a000
15 > 1200 bytes allocated with offset 4a800
16 > 1300 bytes allocated with offset 4b000
17 > 1400 bytes allocated with offset 4b800
18 > 1500 bytes allocated with offset 4c000
19 > 1600 bytes allocated with offset 4c800
20 > 1700 bytes allocated with offset 4d000
21 > 1800 bytes allocated with offset 4d800
22 > 1900 bytes allocated with offset 4e000
23 > 2000 bytes allocated with offset 4e800
24 > 2100 bytes allocated with offset 4f000
25 > 2200 bytes allocated with offset 50000
26 > 2300 bytes allocated with offset 51000
27 > 2400 bytes allocated with offset 52000
28 > 2500 bytes allocated with offset 53000
29 > 2600 bytes allocated with offset 54000
30 > 2700 bytes allocated with offset 55000
31 > 2800 bytes allocated with offset 56000
32 > 2900 bytes allocated with offset 57000
33 > 3000 bytes allocated with offset 58000
34 > 3100 bytes allocated with offset 59000
35 > 3200 bytes allocated with offset 5a000
36 > 3300 bytes allocated with offset 5b000
37 > 3400 bytes allocated with offset 5c000
38 > 3500 bytes allocated with offset 5d000
39 > 3600 bytes allocated with offset 5e000
40 > 3700 bytes allocated with offset 5f000
41 > 3800 bytes allocated with offset 60000
42 > 3900 bytes allocated with offset 61000
43 > 4000 bytes allocated with offset 62000
44 > 4100 bytes allocated with offset 63000
45 > 4200 bytes allocated with offset 65000
46 > 4300 bytes allocated with offset 67000
47 > 4400 bytes allocated with offset 69000
48 > 4500 bytes allocated with offset 6b000
49 > 4600 bytes allocated with offset 6d000
50 > 4700 bytes allocated with offset 6f000
51 > 4800 bytes allocated with offset 71000
52 > 4900 bytes allocated with offset 73000
53 > 5000 bytes allocated with offset 75000
54 > 100 bytes allocated with offset 45080
55 > 200 bytes allocated with offset 46100
56 > 300 bytes allocated with offset 47600
57 > 400 bytes allocated with offset 47800
58 > 500 bytes allocated with offset 47a00
59 > 600 bytes allocated with offset 49400
60 > 700 bytes allocated with offset 49800
61 > 800 bytes allocated with offset 49c00
62 > 900 bytes allocated with offset 77000
63 > 1000 bytes allocated with offset 77400
64 > 1100 bytes allocated with offset 78000
65 > 1200 bytes allocated with offset 78800
66 > 1300 bytes allocated with offset 79000
67 > 1400 bytes allocated with offset 79800
68 > 1500 bytes allocated with offset 7a000
69 > 1600 bytes allocated with offset 7a800
70 > 1700 bytes allocated with offset 7b000
71 > 1800 bytes allocated with offset 7b800
72 > 1900 bytes allocated with offset 7c000
73 > 2000 bytes allocated with offset 7c800
74 > 2100 bytes allocated with offset 7d000
75 > 2200 bytes allocated with offset 7e000
76 > 2300 bytes allocated with offset 7f000
77 > 2400 bytes allocated with offset 80000
78 > 2500 bytes allocated with offset 81000
79 > 2600 bytes allocated with offset 82000
80 > 2700 bytes allocated with offset 83000
81 > 2800 bytes allocated with offset 84000
82 > 2900 bytes allocated with offset 85000
83 > 3000 bytes allocated with offset 86000
84 > 3100 bytes allocated with offset 87000
85 > 3200 bytes allocated with offset 88000
86 > 3300 bytes allocated with offset 89000
87 > 3400 bytes allocated with offset 8a000
88 > 3500 bytes allocated with offset 8b000
89 > 3600 bytes allocated with offset 8c000
90 > 3700 bytes allocated with offset 8d000
91 > 3800 bytes allocated with offset 8e000
92 > 3900 bytes allocated with offset 8f000
93 > 4000 bytes allocated with offset 90000
94 > 4100 bytes allocated with offset 91000
95 > 4200 bytes allocated with offset 93000
96 > 4300 bytes allocated with offset 95000
97 > 4400 bytes allocated with offset 97000
98 > 4500 bytes allocated with offset 99000
99 > 4600 bytes allocated with offset 9b000
100 > 4700 bytes allocated with offset 9d000
101 > 4800 bytes allocated with offset 9f000
102 > 4900 bytes allocated with offset a1000
103 > 5000 bytes allocated with offset a3000
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 > Let's try different codepaths for mrealloc
110 > Damnit, I cannot break mmalloc this time. That's SO disappointing.