memory/replace/dmd/test-expected.dmd

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 ------------------------------------------------------------------
michael@0 2 Invocation
michael@0 3 ------------------------------------------------------------------
michael@0 4
michael@0 5 $DMD = '--mode=test'
michael@0 6 Sample-below size = 1
michael@0 7
michael@0 8 ------------------------------------------------------------------
michael@0 9 Twice-reported stack trace records
michael@0 10 ------------------------------------------------------------------
michael@0 11
michael@0 12 (none)
michael@0 13
michael@0 14 ------------------------------------------------------------------
michael@0 15 Unreported stack trace records
michael@0 16 ------------------------------------------------------------------
michael@0 17
michael@0 18 (none)
michael@0 19
michael@0 20 ------------------------------------------------------------------
michael@0 21 Unreported stack frame records
michael@0 22 ------------------------------------------------------------------
michael@0 23
michael@0 24 (none)
michael@0 25
michael@0 26 ------------------------------------------------------------------
michael@0 27 Once-reported stack trace records
michael@0 28 ------------------------------------------------------------------
michael@0 29
michael@0 30 (none)
michael@0 31
michael@0 32 ------------------------------------------------------------------
michael@0 33 Once-reported stack frame records
michael@0 34 ------------------------------------------------------------------
michael@0 35
michael@0 36 (none)
michael@0 37
michael@0 38 ------------------------------------------------------------------
michael@0 39 Summary
michael@0 40 ------------------------------------------------------------------
michael@0 41
michael@0 42 Total: 0 bytes (100.00%) in 0 blocks (100.00%)
michael@0 43 Unreported: 0 bytes ( 0.00%) in 0 blocks ( 0.00%)
michael@0 44 Once-reported: 0 bytes ( 0.00%) in 0 blocks ( 0.00%)
michael@0 45 Twice-reported: 0 bytes ( 0.00%) in 0 blocks ( 0.00%)
michael@0 46
michael@0 47 ------------------------------------------------------------------
michael@0 48 Invocation
michael@0 49 ------------------------------------------------------------------
michael@0 50
michael@0 51 $DMD = '--mode=test'
michael@0 52 Sample-below size = 1
michael@0 53
michael@0 54 ------------------------------------------------------------------
michael@0 55 Twice-reported stack trace records
michael@0 56 ------------------------------------------------------------------
michael@0 57
michael@0 58 Twice-reported: 1 block in stack trace record 1 of 4
michael@0 59 80 bytes (79 requested / 1 slop)
michael@0 60 0.66% of the heap (0.66% cumulative); 29.41% of twice-reported (29.41% cumulative)
michael@0 61 Allocated at
michael@0 62 ... DMD.cpp
michael@0 63
michael@0 64 Reported at
michael@0 65 ... DMD.cpp
michael@0 66
michael@0 67 Reported again at
michael@0 68 ... DMD.cpp
michael@0 69
michael@0 70 Twice-reported: 1 block in stack trace record 2 of 4
michael@0 71 80 bytes (78 requested / 2 slop)
michael@0 72 0.66% of the heap (1.32% cumulative); 29.41% of twice-reported (58.82% cumulative)
michael@0 73 Allocated at
michael@0 74 ... DMD.cpp
michael@0 75
michael@0 76 Reported at
michael@0 77 ... DMD.cpp
michael@0 78
michael@0 79 Reported again at
michael@0 80 ... DMD.cpp
michael@0 81
michael@0 82 Twice-reported: 1 block in stack trace record 3 of 4
michael@0 83 80 bytes (77 requested / 3 slop)
michael@0 84 0.66% of the heap (1.99% cumulative); 29.41% of twice-reported (88.24% cumulative)
michael@0 85 Allocated at
michael@0 86 ... DMD.cpp
michael@0 87
michael@0 88 Reported at
michael@0 89 ... DMD.cpp
michael@0 90
michael@0 91 Reported again at
michael@0 92 ... DMD.cpp
michael@0 93
michael@0 94 Twice-reported: 1 block in stack trace record 4 of 4
michael@0 95 32 bytes (30 requested / 2 slop)
michael@0 96 0.26% of the heap (2.25% cumulative); 11.76% of twice-reported (100.00% cumulative)
michael@0 97 Allocated at
michael@0 98 ... DMD.cpp
michael@0 99
michael@0 100 Reported at
michael@0 101 ... DMD.cpp
michael@0 102
michael@0 103 Reported again at
michael@0 104 ... DMD.cpp
michael@0 105
michael@0 106 ------------------------------------------------------------------
michael@0 107 Unreported stack trace records
michael@0 108 ------------------------------------------------------------------
michael@0 109
michael@0 110 Unreported: 9 blocks in stack trace record 1 of 3
michael@0 111 1,008 bytes (900 requested / 108 slop)
michael@0 112 8.34% of the heap (8.34% cumulative); 81.82% of unreported (81.82% cumulative)
michael@0 113 Allocated at
michael@0 114 ... DMD.cpp
michael@0 115
michael@0 116 Unreported: 2 blocks in stack trace record 2 of 3
michael@0 117 112 bytes (112 requested / 0 slop)
michael@0 118 0.93% of the heap (9.27% cumulative); 9.09% of unreported (90.91% cumulative)
michael@0 119 Allocated at
michael@0 120 ... DMD.cpp
michael@0 121
michael@0 122 Unreported: 2 blocks in stack trace record 3 of 3
michael@0 123 112 bytes (112 requested / 0 slop)
michael@0 124 0.93% of the heap (10.19% cumulative); 9.09% of unreported (100.00% cumulative)
michael@0 125 Allocated at
michael@0 126 ... DMD.cpp
michael@0 127
michael@0 128 ------------------------------------------------------------------
michael@0 129 Unreported stack frame records
michael@0 130 ------------------------------------------------------------------
michael@0 131
michael@0 132 ------------------------------------------------------------------
michael@0 133 Once-reported stack trace records
michael@0 134 ------------------------------------------------------------------
michael@0 135
michael@0 136 Once-reported: 1 block in stack trace record 1 of 11
michael@0 137 8,192 bytes (4,097 requested / 4,095 slop)
michael@0 138 67.77% of the heap (67.77% cumulative); 77.40% of once-reported (77.40% cumulative)
michael@0 139 Allocated at
michael@0 140 ... DMD.cpp
michael@0 141
michael@0 142 Reported at
michael@0 143 ... DMD.cpp
michael@0 144
michael@0 145 Once-reported: 1 block in stack trace record 2 of 11
michael@0 146 1,024 bytes (1,023 requested / 1 slop)
michael@0 147 8.47% of the heap (76.24% cumulative); 9.67% of once-reported (87.07% cumulative)
michael@0 148 Allocated at
michael@0 149 ... DMD.cpp
michael@0 150
michael@0 151 Reported at
michael@0 152 ... DMD.cpp
michael@0 153
michael@0 154 Once-reported: 1 block in stack trace record 3 of 11
michael@0 155 512 bytes (512 requested / 0 slop)
michael@0 156 4.24% of the heap (80.48% cumulative); 4.84% of once-reported (91.91% cumulative)
michael@0 157 Allocated at
michael@0 158 ... DMD.cpp
michael@0 159
michael@0 160 Reported at
michael@0 161 ... DMD.cpp
michael@0 162
michael@0 163 Once-reported: 2 blocks in stack trace record 4 of 11
michael@0 164 240 bytes (240 requested / 0 slop)
michael@0 165 1.99% of the heap (82.46% cumulative); 2.27% of once-reported (94.18% cumulative)
michael@0 166 Allocated at
michael@0 167 ... DMD.cpp
michael@0 168
michael@0 169 Reported at
michael@0 170 ... DMD.cpp
michael@0 171
michael@0 172 Once-reported: 2 blocks in stack trace record 5 of 11
michael@0 173 240 bytes (240 requested / 0 slop)
michael@0 174 1.99% of the heap (84.45% cumulative); 2.27% of once-reported (96.45% cumulative)
michael@0 175 Allocated at
michael@0 176 ... DMD.cpp
michael@0 177
michael@0 178 Reported at
michael@0 179 ... DMD.cpp
michael@0 180
michael@0 181 Once-reported: 1 block in stack trace record 6 of 11
michael@0 182 96 bytes (96 requested / 0 slop)
michael@0 183 0.79% of the heap (85.24% cumulative); 0.91% of once-reported (97.35% cumulative)
michael@0 184 Allocated at
michael@0 185 ... DMD.cpp
michael@0 186
michael@0 187 Reported at
michael@0 188 ... DMD.cpp
michael@0 189
michael@0 190 Once-reported: 1 block in stack trace record 7 of 11
michael@0 191 96 bytes (96 requested / 0 slop)
michael@0 192 0.79% of the heap (86.04% cumulative); 0.91% of once-reported (98.26% cumulative)
michael@0 193 Allocated at
michael@0 194 ... DMD.cpp
michael@0 195
michael@0 196 Reported at
michael@0 197 ... DMD.cpp
michael@0 198
michael@0 199 Once-reported: 1 block in stack trace record 8 of 11
michael@0 200 80 bytes (80 requested / 0 slop)
michael@0 201 0.66% of the heap (86.70% cumulative); 0.76% of once-reported (99.02% cumulative)
michael@0 202 Allocated at
michael@0 203 ... DMD.cpp
michael@0 204
michael@0 205 Reported at
michael@0 206 ... DMD.cpp
michael@0 207
michael@0 208 Once-reported: 1 block in stack trace record 9 of 11
michael@0 209 80 bytes (80 requested / 0 slop)
michael@0 210 0.66% of the heap (87.36% cumulative); 0.76% of once-reported (99.77% cumulative)
michael@0 211 Allocated at
michael@0 212 ... DMD.cpp
michael@0 213
michael@0 214 Reported at
michael@0 215 ... DMD.cpp
michael@0 216
michael@0 217 Once-reported: 1 block in stack trace record 10 of 11
michael@0 218 16 bytes (10 requested / 6 slop)
michael@0 219 0.13% of the heap (87.49% cumulative); 0.15% of once-reported (99.92% cumulative)
michael@0 220 Allocated at
michael@0 221 ... DMD.cpp
michael@0 222
michael@0 223 Reported at
michael@0 224 ... DMD.cpp
michael@0 225
michael@0 226 Once-reported: 1 block in stack trace record 11 of 11
michael@0 227 8 bytes (0 requested / 8 slop)
michael@0 228 0.07% of the heap (87.56% cumulative); 0.08% of once-reported (100.00% cumulative)
michael@0 229 Allocated at
michael@0 230 ... DMD.cpp
michael@0 231
michael@0 232 Reported at
michael@0 233 ... DMD.cpp
michael@0 234
michael@0 235 ------------------------------------------------------------------
michael@0 236 Once-reported stack frame records
michael@0 237 ------------------------------------------------------------------
michael@0 238
michael@0 239 ------------------------------------------------------------------
michael@0 240 Summary
michael@0 241 ------------------------------------------------------------------
michael@0 242
michael@0 243 Total: 12,088 bytes (100.00%) in 30 blocks (100.00%)
michael@0 244 Unreported: 1,232 bytes ( 10.19%) in 13 blocks ( 43.33%)
michael@0 245 Once-reported: 10,584 bytes ( 87.56%) in 13 blocks ( 43.33%)
michael@0 246 Twice-reported: 272 bytes ( 2.25%) in 4 blocks ( 13.33%)
michael@0 247
michael@0 248 ------------------------------------------------------------------
michael@0 249 Invocation
michael@0 250 ------------------------------------------------------------------
michael@0 251
michael@0 252 $DMD = '--mode=test'
michael@0 253 Sample-below size = 1
michael@0 254
michael@0 255 ------------------------------------------------------------------
michael@0 256 Twice-reported stack trace records
michael@0 257 ------------------------------------------------------------------
michael@0 258
michael@0 259 Twice-reported: 1 block in stack trace record 1 of 2
michael@0 260 80 bytes (77 requested / 3 slop)
michael@0 261 2.82% of the heap (2.82% cumulative); 90.91% of twice-reported (90.91% cumulative)
michael@0 262 Allocated at
michael@0 263 ... DMD.cpp
michael@0 264
michael@0 265 Reported at
michael@0 266 ... DMD.cpp
michael@0 267
michael@0 268 Reported again at
michael@0 269 ... DMD.cpp
michael@0 270
michael@0 271 Twice-reported: 1 block in stack trace record 2 of 2
michael@0 272 8 bytes (0 requested / 8 slop)
michael@0 273 0.28% of the heap (3.10% cumulative); 9.09% of twice-reported (100.00% cumulative)
michael@0 274 Allocated at
michael@0 275 ... DMD.cpp
michael@0 276
michael@0 277 Reported at
michael@0 278 ... DMD.cpp
michael@0 279
michael@0 280 Reported again at
michael@0 281 ... DMD.cpp
michael@0 282
michael@0 283 ------------------------------------------------------------------
michael@0 284 Unreported stack trace records
michael@0 285 ------------------------------------------------------------------
michael@0 286
michael@0 287 Unreported: 9 blocks in stack trace record 1 of 3
michael@0 288 1,008 bytes (900 requested / 108 slop)
michael@0 289 35.49% of the heap (35.49% cumulative); 48.84% of unreported (48.84% cumulative)
michael@0 290 Allocated at
michael@0 291 ... DMD.cpp
michael@0 292
michael@0 293 Unreported: 6 blocks in stack trace record 2 of 3
michael@0 294 528 bytes (528 requested / 0 slop)
michael@0 295 18.59% of the heap (54.08% cumulative); 25.58% of unreported (74.42% cumulative)
michael@0 296 Allocated at
michael@0 297 ... DMD.cpp
michael@0 298
michael@0 299 Unreported: 6 blocks in stack trace record 3 of 3
michael@0 300 528 bytes (528 requested / 0 slop)
michael@0 301 18.59% of the heap (72.68% cumulative); 25.58% of unreported (100.00% cumulative)
michael@0 302 Allocated at
michael@0 303 ... DMD.cpp
michael@0 304
michael@0 305 ------------------------------------------------------------------
michael@0 306 Unreported stack frame records
michael@0 307 ------------------------------------------------------------------
michael@0 308
michael@0 309 ------------------------------------------------------------------
michael@0 310 Once-reported stack trace records
michael@0 311 ------------------------------------------------------------------
michael@0 312
michael@0 313 Once-reported: 1 block in stack trace record 1 of 4
michael@0 314 512 bytes (512 requested / 0 slop)
michael@0 315 18.03% of the heap (18.03% cumulative); 74.42% of once-reported (74.42% cumulative)
michael@0 316 Allocated at
michael@0 317 ... DMD.cpp
michael@0 318
michael@0 319 Reported at
michael@0 320 ... DMD.cpp
michael@0 321
michael@0 322 Once-reported: 1 block in stack trace record 2 of 4
michael@0 323 80 bytes (79 requested / 1 slop)
michael@0 324 2.82% of the heap (20.85% cumulative); 11.63% of once-reported (86.05% cumulative)
michael@0 325 Allocated at
michael@0 326 ... DMD.cpp
michael@0 327
michael@0 328 Reported at
michael@0 329 ... DMD.cpp
michael@0 330
michael@0 331 Once-reported: 1 block in stack trace record 3 of 4
michael@0 332 80 bytes (78 requested / 2 slop)
michael@0 333 2.82% of the heap (23.66% cumulative); 11.63% of once-reported (97.67% cumulative)
michael@0 334 Allocated at
michael@0 335 ... DMD.cpp
michael@0 336
michael@0 337 Reported at
michael@0 338 ... DMD.cpp
michael@0 339
michael@0 340 Once-reported: 1 block in stack trace record 4 of 4
michael@0 341 16 bytes (10 requested / 6 slop)
michael@0 342 0.56% of the heap (24.23% cumulative); 2.33% of once-reported (100.00% cumulative)
michael@0 343 Allocated at
michael@0 344 ... DMD.cpp
michael@0 345
michael@0 346 Reported at
michael@0 347 ... DMD.cpp
michael@0 348
michael@0 349 ------------------------------------------------------------------
michael@0 350 Once-reported stack frame records
michael@0 351 ------------------------------------------------------------------
michael@0 352
michael@0 353 ------------------------------------------------------------------
michael@0 354 Summary
michael@0 355 ------------------------------------------------------------------
michael@0 356
michael@0 357 Total: 2,840 bytes (100.00%) in 27 blocks (100.00%)
michael@0 358 Unreported: 2,064 bytes ( 72.68%) in 21 blocks ( 77.78%)
michael@0 359 Once-reported: 688 bytes ( 24.23%) in 4 blocks ( 14.81%)
michael@0 360 Twice-reported: 88 bytes ( 3.10%) in 2 blocks ( 7.41%)
michael@0 361
michael@0 362 ------------------------------------------------------------------
michael@0 363 Invocation
michael@0 364 ------------------------------------------------------------------
michael@0 365
michael@0 366 $DMD = '--mode=test'
michael@0 367 Sample-below size = 128
michael@0 368
michael@0 369 ------------------------------------------------------------------
michael@0 370 Twice-reported stack trace records
michael@0 371 ------------------------------------------------------------------
michael@0 372
michael@0 373 (none)
michael@0 374
michael@0 375 ------------------------------------------------------------------
michael@0 376 Unreported stack trace records
michael@0 377 ------------------------------------------------------------------
michael@0 378
michael@0 379 Unreported: ~4 blocks in stack trace record 1 of 7
michael@0 380 ~512 bytes (~512 requested / ~0 slop)
michael@0 381 35.96% of the heap (35.96% cumulative); 35.96% of unreported (35.96% cumulative)
michael@0 382 Allocated at
michael@0 383 ... DMD.cpp
michael@0 384
michael@0 385 Unreported: 1 block in stack trace record 2 of 7
michael@0 386 256 bytes (256 requested / 0 slop)
michael@0 387 17.98% of the heap (53.93% cumulative); 17.98% of unreported (53.93% cumulative)
michael@0 388 Allocated at
michael@0 389 ... DMD.cpp
michael@0 390
michael@0 391 Unreported: 1 block in stack trace record 3 of 7
michael@0 392 144 bytes (144 requested / 0 slop)
michael@0 393 10.11% of the heap (64.04% cumulative); 10.11% of unreported (64.04% cumulative)
michael@0 394 Allocated at
michael@0 395 ... DMD.cpp
michael@0 396
michael@0 397 Unreported: 1 block in stack trace record 4 of 7
michael@0 398 128 bytes (128 requested / 0 slop)
michael@0 399 8.99% of the heap (73.03% cumulative); 8.99% of unreported (73.03% cumulative)
michael@0 400 Allocated at
michael@0 401 ... DMD.cpp
michael@0 402
michael@0 403 Unreported: ~1 block in stack trace record 5 of 7
michael@0 404 ~128 bytes (~128 requested / ~0 slop)
michael@0 405 8.99% of the heap (82.02% cumulative); 8.99% of unreported (82.02% cumulative)
michael@0 406 Allocated at
michael@0 407 ... DMD.cpp
michael@0 408
michael@0 409 Unreported: ~1 block in stack trace record 6 of 7
michael@0 410 ~128 bytes (~128 requested / ~0 slop)
michael@0 411 8.99% of the heap (91.01% cumulative); 8.99% of unreported (91.01% cumulative)
michael@0 412 Allocated at
michael@0 413 ... DMD.cpp
michael@0 414
michael@0 415 Unreported: ~1 block in stack trace record 7 of 7
michael@0 416 ~128 bytes (~128 requested / ~0 slop)
michael@0 417 8.99% of the heap (100.00% cumulative); 8.99% of unreported (100.00% cumulative)
michael@0 418 Allocated at
michael@0 419 ... DMD.cpp
michael@0 420
michael@0 421 ------------------------------------------------------------------
michael@0 422 Unreported stack frame records
michael@0 423 ------------------------------------------------------------------
michael@0 424
michael@0 425 ------------------------------------------------------------------
michael@0 426 Once-reported stack trace records
michael@0 427 ------------------------------------------------------------------
michael@0 428
michael@0 429 (none)
michael@0 430
michael@0 431 ------------------------------------------------------------------
michael@0 432 Once-reported stack frame records
michael@0 433 ------------------------------------------------------------------
michael@0 434
michael@0 435 (none)
michael@0 436
michael@0 437 ------------------------------------------------------------------
michael@0 438 Summary
michael@0 439 ------------------------------------------------------------------
michael@0 440
michael@0 441 Total: ~1,424 bytes (100.00%) in ~10 blocks (100.00%)
michael@0 442 Unreported: ~1,424 bytes (100.00%) in ~10 blocks (100.00%)
michael@0 443 Once-reported: ~0 bytes ( 0.00%) in ~0 blocks ( 0.00%)
michael@0 444 Twice-reported: ~0 bytes ( 0.00%) in ~0 blocks ( 0.00%)
michael@0 445

mercurial