Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #14694

Re: Power of two bucket allocator

From anton@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups comp.lang.forth
Subject Re: Power of two bucket allocator
Date 2012-08-03 15:45 +0000
Organization Institut fuer Computersprachen, Technische Universitaet Wien
Message-ID <2012Aug3.174551@mips.complang.tuwien.ac.at> (permalink)
References <a805ruF23mU1@mid.individual.net> <2012Aug3.165537@mips.complang.tuwien.ac.at> <a829e1FtfcU1@mid.individual.net>

Show all headers | View raw


vandys@vsta.org writes:
>Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
>> It greatly increases internal fragmentation.
>
>I'm not familiar with the term?

<http://en.wikipedia.org/wiki/Fragmentation_(computing)#Internal_fragmentation>

It's the memory wasted for each allocation, in particular because more
memory is allocated than is requested.

- anton
-- 
M. Anton Ertl  http://www.complang.tuwien.ac.at/anton/home.html
comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
     New standard: http://www.forth200x.org/forth200x.html
   EuroForth 2012: http://www.euroforth.org/ef12/

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


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