From: "Pavlos" Newsgroups: comp.os.msdos.djgpp Subject: Allocated memory blocks Date: Sat, 3 Jul 1999 05:13:47 +0300 Organization: An OTEnet S.A. customer Lines: 7 Message-ID: <7ljrk1$d4$1@newssrv.otenet.gr> NNTP-Posting-Host: dram-a03.otenet.gr X-Trace: newssrv.otenet.gr 930968001 420 195.167.113.226 (3 Jul 1999 02:13:21 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 3 Jul 1999 02:13:21 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Let's say I allocate any size of memory using malloc(). Can I always assume that this block of memory will not be fragmented? Even if it is huge? Pavlos