950. Heap 5.5 - Advanced Heap Management for TP 5.5
Набор модулей для управлению памятью, расположенной в "куче"для Turbo Pascal 5.5.This collection of Turbo Pascal units and utilities offersmethods for managing and extending the heap. It includes thefollowing: o a patch to TPC.EXE so that the compiler will generate an interrupt to a user-supplied routine after dereferencing each pointer. o a unit that checks for dereferencing an invalid pointer. o a unit that transfers control of the New, Getmem, Dispose, and FreeMem procedures to user-supplied routines. o a unit that logs various information about the heap to disk at convenient points in a program.