Re: ideas for returning memory to the OS
Enrico Weigelt <[email protected]> Wed, 12 Dec 2007 00:25:28 +0100
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Message-ID | <[email protected]> |
* Brian Crowder <[email protected]> wrote: Hi, > No, each different piece of mozilla manages objects or structures > with different life-spans and performance constrains, usage-patterns, > and so on. Are they really that different ? Which ones for example ? If this is really the case, we most likely need an allocator which supports these separate cases. (using multiple different allocators can be difficult, eg. if some tries to free an chunk of another allocator ;-o). Or maybe some things should be moved off to their own processes ? cu -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service - http://www.metux.de/ --------------------------------------------------------------------- Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ ---------------------------------------------------------------------