Mail Archives: djgpp/1993/08/16/09:28:08
Trieste, August 16th 1993
It means that you can allocate memory that you don't have (well, you
must have sufficient free disk space): gcc lets you use transparently
disk space as it was memory (I mean RAM). You can allocate up to 128
MB of disk space: try alloc(4000000) or compile the program pagetest.c
which comes in /gcc/samples/pagetest directory and run it increasing
each time the command line parameter. For a more technical discussion
you should ask DJ: he could give you more interesting informations, such
as the allocation strategy used by the dos extender (LRU for example).
Paolo Agati
=========================================================================
Paolo Agati Universita' degli Studi di Trieste
agati AT uts340 DOT univ DOT trieste DOT it DEEI - Laboratorio Voce e Musica
Home: +39-481-32568 Office: +39-40-676 7102
- Raw text -