Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #14696
| From | vandys@vsta.org |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Power of two bucket allocator |
| Date | 2012-08-03 16:07 +0000 |
| Message-ID | <a82babFadiU1@mid.individual.net> (permalink) |
| References | <a805ruF23mU1@mid.individual.net> <2012Aug3.165537@mips.complang.tuwien.ac.at> <a829e1FtfcU1@mid.individual.net> <2203270b-5b74-4f5a-9fa9-cca0e40c6318@j11g2000vbc.googlegroups.com> |
Alex McDonald <blog@rivadpm.com> wrote: >> I'm not familiar with the term? > The allocated but unused and unusable space in the returned bucket. > Think Swiss cheese; most of it is holes. I see. Powers of two allocated out of page quanta really bound this in practice--McKusick's experience has been born out in my experience, both in actual UNIX kernels (HP-UX, PTX) as well as in ForthOS. Of course, the resource efficiency of Forth (and ForthOS) intersecting with modern bounty of RAM means it's easy to have "plenty". -- Andy Valencia Home page: http://www.vsta.org/andy/ To contact me: http://www.vsta.org/contact/andy.html
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Power of two bucket allocator vandys@vsta.org - 2012-08-02 20:22 +0000
Re: Power of two bucket allocator anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-08-03 14:55 +0000
Re: Power of two bucket allocator vandys@vsta.org - 2012-08-03 15:35 +0000
Re: Power of two bucket allocator Alex McDonald <blog@rivadpm.com> - 2012-08-03 08:44 -0700
Re: Power of two bucket allocator vandys@vsta.org - 2012-08-03 16:07 +0000
Re: Power of two bucket allocator anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-08-03 15:45 +0000
Re: Power of two bucket allocator vandys@vsta.org - 2012-08-03 15:40 +0000
csiph-web