Mail Archives: djgpp/1994/03/24/05:35:51
Is there a way to control paging to disk under djgpp/go32:
suppose I have the folowing
double array_a[size_a] ; /* I use this array a lot */
double array_b[size_b] ;
double array_c[size_c] ; /* I use this only now and then */
such that the three take up more memory that is free available.
Is there a way that I can control/find out which of the three
will be paged to disk? I'd like to control it, 'cause I am using
array_a a lot but array_c only now and then, so I would mind
is array_a is the one paged to disk (or partially), rather than
array_b or array_c.
Thanks a lot for any help.
Leendert Combee
combee AT cambridge DOT scr DOT slb DOT com
- Raw text -