Message-Id: Date: Fri, 14 Apr 2000 08:26:59 +0200 X-Priority: 3 From: Tomislav Maruna X-Mailer: Mail Warrior To: djgpp AT delorie DOT com MIME-Version: 1.0 Subject: Memory fragmetation ? Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.56 (r) Reply-To: djgpp AT delorie DOT com I used PC with 64 Mb of RAM. 4 MB is for video, 10 MB for smartdrv and rest (50) for program. Program is about 1.5 MB (with debug options). Data (pictures, sounds, texts, ...) are in several datafiles, about 100. Total size of datafiles is about 1 GB. Data in datafiles are not packed and stored with all information (no striped info). I have hard disk with 2 partitions with about 800 MB free per partition. Most of data I load with load_datafile_object or load_datafile_... from datafile (datafilename#objectname). Very soon after start program I stay with no memory (some __go_32 function for memory status) and my program freeze. Is this something about fragmetation of memory and what i can do. I am experienced in C/C++ programming (on DOS, UNIX, WIN NT) and there are no stilling of memory (load without destroy or unload). Please send me some help info or goals for resolving this problem. Thanks for your attention.