|
Why bother with two schemes of memory management - By Value Type & By Reference Type?
|
|
Stacks are limited in the size in which they can grow - only a finite memory can be consumed by a single stack (1MB is the default under Win32). Heaps can grow until all memory available to an application is exhausted.
|
|
|
|
|
|
|
|