Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2008 21:53:46 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Jordi Moles Blanco <jordi@cdmon.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: error allocating memory with realloc(). how can i increase max_allowed in the system?
Message-ID:  <20080812215311.O38275@wojtek.tensor.gdynia.pl>
In-Reply-To: <48A1A613.5020407@cdmon.com>
References:  <48A1A613.5020407@cdmon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>               realloc(missatge, midataula * sizeof(char));

should be

missatge=realloc(missatge, midataula * sizeof(char));




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080812215311.O38275>