RosettaCodeData/Task/Memory-allocation/00DESCRIPTION

2 lines
196 B
Plaintext

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.