mapped memory files

PC Configurations, motherboards, etc, etc

Moderators: valis, garyb

Post Reply
User avatar
EarlyFirst
Posts: 258
Joined: Thu Mar 29, 2001 4:00 pm
Location: The Future
Contact:

Post by EarlyFirst »

http://www.planetz.com/forums/viewtopic ... &forum=3&0

Sorry I put the topic in the wrong forum
Micha
Posts: 471
Joined: Tue May 08, 2001 4:00 pm
Location: Berlin
Contact:

Post by Micha »

For developers only.
There are two ways to handle memory for the application: a) get by request, the normal way, b) grab a chunk at the beginning and handle it during operation.
A very basic decision to do at the very beginning of a project.
The article is from 1993. Those were the days when 4 MB RAM was a lot. What do do when dealing with audio or video? on a machine with only 1 MB?
This article is the resolution: Build up your own management for the memory.
Ughh. Brrr. :roll:
We now have 512 MB or more. Bye, bye, own memory management. :grin:
No, it is not more important today. The OS does it better then you can program it yourself. At least one good thing to say about it.
Happy pulsaring
Micha
User avatar
EarlyFirst
Posts: 258
Joined: Thu Mar 29, 2001 4:00 pm
Location: The Future
Contact:

Post by EarlyFirst »

that's why I asked :wink:

Thanks Micha
Post Reply