Thread (5 messages) flat view 5 messages, 4 authors, 2007-05-17

Re: Slab allocators: Define common size limitations

From: Christoph Lameter <hidden>
Date: 2007-05-16 17:41:59
Also in: linux-mm, lkml

On Wed, 16 May 2007, Geert Uytterhoeven wrote:
On Tue, 15 May 2007, Christoph Lameter wrote:
quoted
So define a common maximum size for kmalloc. For conveniences sake
we use the maximum size ever supported which is 32 MB. We limit the maximum
size to a lower limit if MAX_ORDER does not allow such large allocations.
What are the changes a large allocation will actually succeed?
Is there an alignment rule for large allocations?

E.g. for one of the PS3 drivers I need a physically contiguous 256 KiB-aligned
block of 256 KiB. Currently I'm using __alloc_bootmem() for that, but maybe
kmalloc() becomes a suitable alternative now?
The chance of succeeding drops with the time that the system has been 
running. Typically these large allocs are used when the system is brought 
up. Maybe we will be able to successfully allocate these even after 
memory has gotten significant use when Mel's antifrag/defrag work has 
progressed more.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help