Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Expression is in fact of type ptrdiff_t, and modifier is %t.
[simgrid.git] / teshsuite / xbt / mmalloc.tesh
1 $ ./xbt/mmalloc_test --log=root.fmt:%m%n
2 > Allocating a new heap
3 > HeapA allocated
4 > 100 bytes allocated with offset 1503232
5 > 200 bytes allocated with offset 1507072
6 > 300 bytes allocated with offset 1507328
7 > 400 bytes allocated with offset 1510912
8 > 500 bytes allocated with offset 1510400
9 > 600 bytes allocated with offset 1511424
10 > 700 bytes allocated with offset 1514496
11 > 800 bytes allocated with offset 1513472
12 > 900 bytes allocated with offset 1512448
13 > 1000 bytes allocated with offset 1515520
14 > 1100 bytes allocated with offset 1519616
15 > 1200 bytes allocated with offset 1521664
16 > 1300 bytes allocated with offset 1523712
17 > 1400 bytes allocated with offset 1525760
18 > 1500 bytes allocated with offset 1527808
19 > 1600 bytes allocated with offset 1529856
20 > 1700 bytes allocated with offset 1531904
21 > 1800 bytes allocated with offset 1533952
22 > 1900 bytes allocated with offset 1536000
23 > 2000 bytes allocated with offset 1538048
24 > 2100 bytes allocated with offset 1540096
25 > 2200 bytes allocated with offset 1544192
26 > 2300 bytes allocated with offset 1548288
27 > 2400 bytes allocated with offset 1552384
28 > 2500 bytes allocated with offset 1556480
29 > 2600 bytes allocated with offset 1560576
30 > 2700 bytes allocated with offset 1564672
31 > 2800 bytes allocated with offset 1568768
32 > 2900 bytes allocated with offset 1572864
33 > 3000 bytes allocated with offset 1576960
34 > 3100 bytes allocated with offset 1581056
35 > 3200 bytes allocated with offset 1585152
36 > 3300 bytes allocated with offset 1589248
37 > 3400 bytes allocated with offset 1593344
38 > 3500 bytes allocated with offset 1597440
39 > 3600 bytes allocated with offset 1601536
40 > 3700 bytes allocated with offset 1605632
41 > 3800 bytes allocated with offset 1609728
42 > 3900 bytes allocated with offset 1613824
43 > 4000 bytes allocated with offset 1617920
44 > 4100 bytes allocated with offset 1622016
45 > 4200 bytes allocated with offset 1630208
46 > 4300 bytes allocated with offset 1638400
47 > 4400 bytes allocated with offset 1646592
48 > 4500 bytes allocated with offset 1654784
49 > 4600 bytes allocated with offset 1662976
50 > 4700 bytes allocated with offset 1671168
51 > 4800 bytes allocated with offset 1679360
52 > 4900 bytes allocated with offset 1687552
53 > 5000 bytes allocated with offset 1695744
54 > 100 bytes allocated with offset 1506816
55 > 200 bytes allocated with offset 1506560
56 > 300 bytes allocated with offset 1509888
57 > 400 bytes allocated with offset 1509376
58 > 500 bytes allocated with offset 1508864
59 > 600 bytes allocated with offset 1518592
60 > 700 bytes allocated with offset 1517568
61 > 800 bytes allocated with offset 1516544
62 > 900 bytes allocated with offset 1703936
63 > 1000 bytes allocated with offset 1707008
64 > 1100 bytes allocated with offset 1708032
65 > 1200 bytes allocated with offset 1710080
66 > 1300 bytes allocated with offset 1712128
67 > 1400 bytes allocated with offset 1714176
68 > 1500 bytes allocated with offset 1716224
69 > 1600 bytes allocated with offset 1718272
70 > 1700 bytes allocated with offset 1720320
71 > 1800 bytes allocated with offset 1722368
72 > 1900 bytes allocated with offset 1724416
73 > 2000 bytes allocated with offset 1726464
74 > 2100 bytes allocated with offset 1728512
75 > 2200 bytes allocated with offset 1732608
76 > 2300 bytes allocated with offset 1736704
77 > 2400 bytes allocated with offset 1740800
78 > 2500 bytes allocated with offset 1744896
79 > 2600 bytes allocated with offset 1748992
80 > 2700 bytes allocated with offset 1753088
81 > 2800 bytes allocated with offset 1757184
82 > 2900 bytes allocated with offset 1761280
83 > 3000 bytes allocated with offset 1765376
84 > 3100 bytes allocated with offset 1769472
85 > 3200 bytes allocated with offset 1773568
86 > 3300 bytes allocated with offset 1777664
87 > 3400 bytes allocated with offset 1781760
88 > 3500 bytes allocated with offset 1785856
89 > 3600 bytes allocated with offset 1789952
90 > 3700 bytes allocated with offset 1794048
91 > 3800 bytes allocated with offset 1798144
92 > 3900 bytes allocated with offset 1802240
93 > 4000 bytes allocated with offset 1806336
94 > 4100 bytes allocated with offset 1810432
95 > 4200 bytes allocated with offset 1818624
96 > 4300 bytes allocated with offset 1826816
97 > 4400 bytes allocated with offset 1835008
98 > 4500 bytes allocated with offset 1843200
99 > 4600 bytes allocated with offset 1851392
100 > 4700 bytes allocated with offset 1859584
101 > 4800 bytes allocated with offset 1867776
102 > 4900 bytes allocated with offset 1875968
103 > 5000 bytes allocated with offset 1884160
104 > All blocks were correctly allocated. Free every second block
105 > Re-allocate every second block
106 > free all blocks (each one twice, to check that double free are correctly catched)
107 > free again all blocks (to really check that double free are correctly catched)
108 > Damnit, I cannot break mmalloc this time. That's SO disappointing.