RosettaCodeData/Task/Memory-allocation/00-TASK.txt

7 lines
215 B
Plaintext

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