Memory allocation: Difference between revisions

Content added Content deleted
(Added some Java...maybe someone else could add more)
m (Lang learning cat)
Line 1: Line 1:
{{task}}
{{task|Basic language learning}}
Show how to explicitly allocate and deallocate blocks of memory in your language. Show access to different types of memory (i.e., heap, stack, shared, foreign) if applicable.
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.


=={{header|C}}==
=={{header|C}}==