X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: CBFalconer Newsgroups: comp.os.msdos.djgpp Subject: Re: Memory allocation Date: Fri, 19 Sep 2008 10:10:38 -0400 Organization: Ched Research http://cbfalconer.home.att.net Lines: 15 Message-ID: <48D3B2DE.328AE83@yahoo.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX19zLbPtj9Fxzk61TfizNP7YgdpARcsbHpOwVzI/ZA3Sh+TlRZHZEYDe/avf6kjKVKSox2qwzEjfKZMVj18WT+RkKZKXa04T7Sbz+biMEKVZcHw4CjMDMLG34kM7a1hEwHRDOt+01SzKnA== X-Complaints-To: Please send complaints to abuse AT motzarella DOT org with full headers NNTP-Posting-Date: Fri, 19 Sep 2008 14:10:34 +0000 (UTC) X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en X-Auth-Sender: U2FsdGVkX1+tR7wcqiQDE96inAtWGQ2hx24X9tG1kyTSufC3Tg9Tuw== Cancel-Lock: sha1:2CmrSvo74MaFNblCVS2LYjC3qSc= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Honiewelle wrote: > > 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. DJGPP runs on the x86, which has i/o mapping. No need for memory mapped devices. Where the memory for malloc originates is up to the sbrk system routine. -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: Try the download section.