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


Reply via email to