Page 1 of 1

Posted: Fri Jul 26, 2002 1:09 am
by EarlyFirst
http://www.planetz.com/forums/viewtopic ... &forum=3&0

Sorry I put the topic in the wrong forum

Posted: Fri Jul 26, 2002 4:15 am
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

Posted: Fri Jul 26, 2002 7:28 pm
by EarlyFirst
that's why I asked :wink:

Thanks Micha