Re: (CVS) SH_USER_SHAREDplus allocation

2011-10-24 Thread Corinna Vinschen
On Oct 22 14:35, jan.kolar wrote: > > http://cygwin.com/ml/cygwin-cvs/2011-q2/msg00196.html > introduced reordering of SH_- related memory blocks and the following change > > | - unsigned size = offsets[i + 1] - offsets[i]; > | + unsigned size = offsets[i] - offsets[i + 1]; > | off

(CVS) SH_USER_SHAREDplus allocation

2011-10-22 Thread jan.kolar
http://cygwin.com/ml/cygwin-cvs/2011-q2/msg00196.html introduced reordering of SH_- related memory blocks and the following change | - unsigned size = offsets[i + 1] - offsets[i]; | + unsigned size = offsets[i] - offsets[i + 1]; | offsets[i] += delta; | if (!VirtualAl