From: "Rafał Maj" Newsgroups: comp.os.msdos.djgpp Subject: changing memory manager Date: Wed, 16 Aug 2000 10:41:59 +0200 Organization: Academic Computer Center CYFRONET AGH Lines: 11 Message-ID: <8ndkdm$lt8$3@info.cyf-kr.edu.pl> NNTP-Posting-Host: d-22-55.cyfronet.krakow.pl X-Trace: info.cyf-kr.edu.pl 966415606 22440 149.156.1.232 (16 Aug 2000 08:46:46 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: 16 Aug 2000 08:46:46 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 1) Is it possible to change the memory manager, so the DJGPP allocates the memory in more economic way (avoiding memory fragmentation)? I do not care about the speed of allocation. 2) Is it possibly, when running a program, to defragment memory? If so please send me an example in C++. Thanks Rafal