Memory allocation: Difference between revisions

m
Added Delphi reference to Pascal code
m (Added Delphi reference to Pascal code)
Line 611:
Test destructor
</pre>
=={{header|Delphi}}==
 
See [[#Pascal]].
=={{header|E}}==
E is a memory-safe language and does not generally work with explicit deallocation. As in Python and Java, you can create arrays of specific data types which will, by any decent implementation, be compactly represented.
478

edits