Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMA rbtree
From: Peter Zijlstra <peterz@infradead.org>
Date: 2012-06-22 14:14:55
Also in:
lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2012-06-22 14:14:55
Also in:
lkml
On Fri, 2012-06-22 at 10:11 -0400, Rik van Riel wrote:
I am still trying to wrap my brain around your alternative search algorithm, not sure if/how it can be combined with arbitrary address limits and alignment...
for alignment we can do: len += align - 1; Will indeed need to ponder the range thing ;-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>