Mail Archives: djgpp/1997/03/13/06:24:31
On 12 Mar 1997, David Wilson wrote:
> With DPMI you need to realize that the values returned from
> __dpmi_get_free_memory_information (yes it is a long name), and the
> corresponding _go32_dpmi_remaining_*() functions, are subject to change at
> the whims of Windows/CWSDPMI/...
AFAIK, this is incorrect. The reported *physical* memory might
sometimes change on Windows (although I never saw this myself), but
the total *virtual* memory should never change during a program's
run. With CWSDPMI, it *never* changes. If you can describe a test
which shows such changes in reported virtual memory, please post the
description.
- Raw text -