RosettaCodeData/Task/Memory-allocation/00DESCRIPTION
2016-12-05 22:15:40 +01:00

5 lines
213 B
Text

;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>