HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Create an account if you don't have one.

Memory management

Memory management is the activity of managing computer memory. In the context of programming languages it means providing means of storing individual objects in a memory space provided by the underlying system. Usually, a memory management system allocates small objects in one or more big contiguous memory spaces while also holding its book-keeping data structures there. Memory management can be manual, where the programmer explicitly calls allocation/deallocation routines or automatic where the system automatically determines which objects are no longer accessible by the program and safely removes them.

Retrieved from "http://haskell.org/haskellwiki/Memory_management"

This page has been accessed 2,563 times. This page was last modified 13:51, 1 February 2008. Recent content is available under a simple permissive license.