cfad47cfa3/t3compiler/tads3/test/log/addlist.log

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
	Files to build: 3
2
	symbol_export addlist.t -> addlist.t3s
3
	compile addlist.t -> addlist.t3o
4
	link -> addlist.t3
5
6
(T3VM) Memory blocks still in use:
7
8
Total blocks in use: 0
9
initially: x = []
10
after adding [one]: x = [one]
11
after adding [two]: x = [one two]
12
after adding [three, four]: x = [one two three four]
13
14
(T3VM) Memory blocks still in use:
15
16
Total blocks in use: 0