blob: 65a00762bba20e1003d1133adb0cdd00ce632317 (
plain)
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
|
#-----------------------------------------------------------------
# dmd.py --filter-stacks-for-testing -o script-max-frames-1-actual.txt --max-frames=1 script-max-frames.json
Invocation {
$DMD = '--mode=live --stacks=full'
Mode = 'live'
}
#-----------------------------------------------------------------
Live {
4 blocks in heap block record 1 of 1
4,416 bytes (4,404 requested / 12 slop)
Individual block sizes: 4,096; 128; 112; 80
100.00% of the heap (100.00% cumulative)
Allocated at {
#01: E (E.cpp:99)
}
}
#-----------------------------------------------------------------
Summary {
Total: 4,416 bytes in 4 blocks
}
|