RosettaCodeData/Task/Memory-allocation/00-TASK.txt
2023-07-01 13:44:08 -04:00

6 lines
215 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>