5 lines
148 B
Smalltalk
5 lines
148 B
Smalltalk
handle := ExternalBytes unprotectedNew:size
|
|
...
|
|
handle := nil "or no longer reachable"
|
|
...
|
|
memory will be freed by the garbage collector eventually
|