Jump to content

Static memory allocation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 144.136.188.249 (talk) at 10:50, 28 September 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Unlike dynamic memory allocation where memory is allocated as required at run-time, static memory allocation refers to the process of allocating memory at compile-time; before the associated program is executed.