RosettaCodeData/Task/Memory-allocation/00DESCRIPTION

6 lines
213 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Show how to explicitly allocate and deallocate blocks of memory in your language.
Show access to different types of memory (i.e., [[heap]], [[system stack|stack]], shared, foreign) if applicable.
<br><br>