The heap is used to store all dynamic variables, and to store class instances. The interface to the
heap is the same as in Turbo Pascal and Delphi although the e ects are maybe not
the same. The heap is thread-safe, so allocating memory from various threads is not a
problem.