source: tests/collections/.expect/string-gc.txt @ 5416b44

ADTast-experimentalpthread-emulationqualifiedEnum
Last change on this file since 5416b44 was 7b0e8b7, checked in by Michael Brooks <mlbrooks@…>, 3 years ago

String heap growth implemented

  • Property mode set to 100644
File size: 970 bytes
Line 
1======================== basicFillCompact
2hello!
3hello!----|
4hello!----|----|
5hello!----|----|----|
6--A
7length of x:21
8padder from 6 to 11
9x from 0 to 21
10--B
11length of x:996
12padder from 6 to 11
13x from 0 to 996
14--C
15xinit from 0 to 6
16padder from 6 to 11
17x from 996 to 997
18--D
19before append, x = q
20after append, x = q----|
21--E
22xinit from 0 to 6
23padder from 6 to 11
24x from 11 to 17
25--F
26983 bytes available before re-fill
271 bytes available after re-fill
28--G
29after re-fill, x = q----|
30======================== fillCompact_withSharedEdits
31x from 990 to 995
32y from 990 to 995
33-
34before reassign, x = hello
35before reassign, y = hello
36after reassign, x = 0123456789
37after reassign, y = 0123456789
38x from 5 to 15
39y from 5 to 15
40======================== fillNoCompact
41about to expand, a = aaa
42expanded, a = aaa
43about to expand, a = aaa
44expanded, a = aaa
45about to expand, a = aaa
46expanded, a = aaa
47about to expand, a = aaa
48expanded, a = aaa
49about to expand, a = aaa
50expanded, a = aaa
Note: See TracBrowser for help on using the repository browser.