DOS Extender/Heap Manager

Walter Bright bright at nazgul.UUCP
Tue Nov 13 07:06:14 AEST 1990


In article <2078 at novavax.UUCP> raab at novavax.UUCP (Moshe Raab) writes:
/(I estimate that I need about 500K of conventional RAM just for data).
/1) RTLINK plus
/2) Rational Systems DOS/16M
/3) Coding for EMS support

Zortech C/C++ has an additional pointer type, called a __handle pointer,
which is used like a conventional pointer, but instead points into data
that is in EMS. The swapping of EMS pages in and out is handled
transparently.



More information about the Comp.lang.c mailing list