You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
292 B
15 lines
292 B
5 years ago
|
begin test1
|
||
|
alloc widgets 3 4
|
||
|
alloc widgets 4 1
|
||
|
alloc transmogrifiers calvin 2
|
||
|
alloc fluxcapacitors outatime 121
|
||
|
begin test2
|
||
|
alloc widgets 3 4
|
||
|
dealloc widgets 3 4
|
||
|
dealloc widgets 4 1
|
||
|
dealloc transmogrifiers calvin 2
|
||
|
dealloc fluxcapacitors outatime 121
|
||
|
end test1
|
||
|
dealloc widgets 3 4
|
||
|
end test2
|