Re: MM with fragmented memory

Colin Plumb (colin@nyx.net)
Fri, 23 Oct 1998 23:31:27 -0600 (MDT)


One thing worth noting is that you *don't* have to fill up 512K blocks
with kernel code in a bin-packing problem.

This is because you can leave some pages at the end of each block free for
the kernel allocator if that leads to a size closer to a multiple of
PAGE_SIZE.

This may not be the most useful insight, but it might help something.

-- 
	-Colin

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/