Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Исходники Форум Информер Страны мира
   Управление Памятью    >>    vmmngr
   
 
 VMM - Virtual Memory Manager for Turbo Pascal  Patrick Philippot 16.07.1990

Менеджер виртуальной памяти для Turbo Pascal. Позволяет динамически выделять блоки памяти, суммарный размер которых превышает размер стандартной "кучи". Осуществляет при необходимости автоматическое перемещение блоков памяти на диск или в EMS и обратно.
The Virtual Memory Manager object (VMM) allows you to allocate memory for dynamic variables without being limited by the size of the Turbo Pascal heap. That is, VMM is not a replacement system for the Turbo Pascal memory manager but it provides you with an easy-to-use complementary package able to temporarily store allocated blocks in EMS or on disk and to automatically move them into RAM when they are needed. Required: Object Professional from TurboPower Software.



34k 
 

+----------------------------+ |VMM - Virtual Memory Manager| +----------------------------+ A complementary unit for Object Professional a package from TurboPower Software Author : Patrick Philippot - 7/90 +---------------------------------------------------+ |This package is released to the public domain. It| |can be distributed to anyone FOR FREE. I DO NOT| |authorize anyone to charge ANY AMOUNT of money| |for this package wathever the media used to| |distribute it. | +---------------------------------------------------+ First of all let me apologize for my rather poor english. I hope anyone will understand the following documentation. WARNING : You need Turbo Professional version 1.0x to compile this package.