Date: Mon, 18 May 1998 17:26:25 +0300 (IDT) From: Eli Zaretskii To: Colin Blackburn cc: djgpp AT delorie DOT com Subject: Re: memory allocation In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 18 May 1998, Colin Blackburn wrote: > I need to malloc a chunk of memory < 64K, I also need to be sure that > this memory does not cross a 64K page boundary. The usual way to do this is to allocate 128K and use the part that's 64K-aligned.