RosettaCodeData/Task/Memory-allocation/Factor/memory-allocation-2.factor
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
158 B
Factor

STRUCT: foo { a int } { b foo* } ;
[
foo malloc-struct &free ! gets freed at end of the current with-destructors scope
! do stuff
] with-destructors