X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Honiewelle Newsgroups: comp.os.msdos.djgpp Subject: Memory allocation Date: Fri, 19 Sep 2008 01:46:58 -0700 (PDT) Organization: http://groups.google.com Lines: 13 Message-ID: NNTP-Posting-Host: 58.185.89.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1221814018 11546 127.0.0.1 (19 Sep 2008 08:46:58 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 19 Sep 2008 08:46:58 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: b38g2000prf.googlegroups.com; posting-host=58.185.89.4; posting-account=aex66goAAAChGIzur3np6V2SxBId_WZm User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2) Gecko/2008090514 Firefox/3.0.2,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 singnetproxy:8080 (squid/2.6.STABLE5) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Is there's a chance that a malloc'ed memory space will intersect with a memory mapped device? Coz right now I am using a selector for accessing a memory mapped I/O and had malloc'ed around 98 MB of memory divided into 256 kB chunks. Any thoughts on this? Thanks! - honiewelle