Модуль для замены стандартных функций GetMem и FreeMem.С помощью директивы компилятора размер "кучи" устанавливаетсяравным нулю. Но при этом вся оставшаяся свободная памятьможет быть отдана под нужды вашей программы. This unit replaces GetMem and FreeMem.When using the Turbo Pascal Heap (in Version 6),you will find that you are not permitted to get more than 64 kb.By using {$M ,0,0} in your program,no heap is allocated for your program.This leaves all that memory available to DOS.You can then get blocks of this memoryfrom the procedures in this unit, even blocks greater than 64 kb.Source is included. Popup help for the unit is available in .NG format.