From: "David Sleeckx" Newsgroups: comp.os.msdos.djgpp Subject: Memory Decommit Lines: 8 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Fri, 25 May 2001 21:48:32 GMT NNTP-Posting-Host: 213.224.90.243 X-Complaints-To: abuse AT pandora DOT be X-Trace: afrodite.telenet-ops.be 990827312 213.224.90.243 (Fri, 25 May 2001 23:48:32 MET DST) NNTP-Posting-Date: Fri, 25 May 2001 23:48:32 MET DST Organization: Telenet Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm working with an Oracle DLL inside my application (to be exact: Oracle Forms Open API's)... The problem however with this DLL is that when I free a peace of memory, there is NO memory leak at all, BUT the memory pages are not decommited back to the system... Is there a way to resolve this memory problem, for example (wich doesn't work) using de HeapCompact function to decommit memory pages ???