Re: RE : Re: [libvirt] [PATCH] util: fix thinko in runIO

2011-11-28 Thread Paolo Bonzini
On 11/26/2011 02:14 PM, Bastien ROUCARIES wrote: Malloc page than realloc to smaller does not work ? There is no constraint that realloc(X, N) returns X, even if N is smaller than the previous allocation size. Paolo

RE : Re: [libvirt] [PATCH] util: fix thinko in runIO

2011-11-26 Thread Bastien ROUCARIES
Malloc page than realloc to smaller does not work ? Bastien Le 25 nov. 2011 14:38, "Eric Blake" a écrit : [adding bug-gnulib; replies can drop libvirt] On 11/25/2011 05:51 AM, Paolo Bonzini wrote: >> Indeed; Linux has posix_memalign, and mingw never runs the io helper >> (although it does comp