Technical Notes Database TN1269D.txt Local Heap and Global Heap Category :Pascal Platform :All Product :Turbo Pascal 1.0 Description: The Local Heap is very small, and not used by TPW, and is occasionally used by Windows functions (like edit controls). The Global Heap is generally very big, and is where your pascal program's "heap" is stored. The GetMem, FreeMem, New, and Dispose procedures all operate on the Global Heap. Reference: 7/16/98 4:35:43 PM
Last Modified: 01-SEP-99