Memory allocation: Difference between revisions

m
→‎Heap: Fixed typo
(Added Odin variant)
m (→‎Heap: Fixed typo)
Line 1,160:
=== Heap ===
 
DynamiclyDynamically created objects (dynamic arrays, class instantiations, ...) are allocated on the heap.<br>
Their creation and destruction is done explicitly.
<syntaxhighlight lang="pascal">type
40

edits