From: Christopher Croughton Message-Id: <97Nov6.200722gmt+0100.11649@internet01.amc.de> Subject: Memory allocation To: djgpp AT delorie DOT com Date: Thu, 6 Nov 1997 19:12:59 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk How standard is the sbrk(2) function? It's on every Unix I've seen, and appears to be in DJGPP as well, but it's not as far as I can tell ANSI. How much can I rely on it being there, and is using it likely to mess up malloc etc.? Does it actually work under DJGPP as it does in Unix? How about the mmap(2) function? That sounds really useful if it works... Chris C