[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No Subject
Is it reasonable to assume that matching
alloc_pages/free_pages pairs will always have the same order
as the 2nd argument?
For example
pg = alloc_pages( , aorder); free_pages(pg, forder);
Is (aorder == forder) always true?
Or, are there any bizarro drivers etc which will intentionally
free partial amounts, that is (forder < aorder)?
--
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/