From: "Jerry D. Folkens" Newsgroups: comp.os.msdos.djgpp Subject: Strange memory leaks/errors Date: Thu, 05 Jun 1997 21:22:17 -0500 Organization: Vibro/Dynamics Corporation Lines: 9 Message-ID: <33977459.7208@worldnet.att.net> Reply-To: jdfolkens AT worldnet DOT att DOT net NNTP-Posting-Host: 207.146.175.42 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have been working on sound editor/mixing software for dos (win95 aware) and have been getting VERY strange results when allocating A - Large blocks of memory (4 to 5M) B - Many semi-large chunks (1 - 2M) C - Certain sizes of small blocks (20 - 30K produces an error) Any ideas? I've been trying very hard (for about 3 months now) to figure out if it was just my bad code and I think I've checked just about all I can...