X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 13 Mar 2002 21:20:08 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <3791-Wed13Mar2002212008+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (spanish AT ieee DOT org) Subject: Re: new[] and delete[] References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Giovanni Spagnuolo" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 13 Mar 2002 18:17:12 +0000 (UTC) > > I've never used sbrk(0), so I'd be grateful if you give me more details > of the instruction(s) I've to use. `sbrk' is documented in the library reference manual. Type "info libc alpha sbrk" from the DOS prompt, and read there. "sbrk(0)" returns the current top address of the heap without allocating any more memory.