From: martin AT loplop DOT com (Martin Peach) Newsgroups: comp.os.msdos.djgpp Subject: Re: DMA under djgpp Date: Fri, 13 Feb 1998 21:10:38 GMT Organization: Communications Accessibles Montreal, Quebec Canada Lines: 9 Message-ID: <34e4b5dd.588840@nntp.hip.cam.org> References: <199802130639 DOT WAA14453 AT adit DOT ap DOT net> <6c0u42$b92$1 AT pulp DOT ucs DOT ualberta DOT ca> <6c1n5t$4di$3 AT antares DOT lu DOT erisoft DOT se> NNTP-Posting-Host: dialup-64.hip.cam.org To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 13 Feb 1998 15:00:13 GMT, Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) wrote: >It's impossible to selectively free parts if the 128K, I suppose? Except for trimming the end, I don't see how you could do that. I guess it would be nice to have a function like void *super_malloc(size_t bytes, short alignment) with alignment one of: enum{byte, word, long, segment, page} ...Martin