Re: Active Memory Defragmentation: Our implementation & problems
From: Mike Fedyk <hidden>
Date: 2004-02-04 05:24:21
Also in:
lkml
From: Mike Fedyk <hidden>
Date: 2004-02-04 05:24:21
Also in:
lkml
Alok Mooley wrote:
The regular buddy freeing function also increases the number of free pages. Since we are not actually freeing pages (we are just moving them), we do not want the original freeing function. But then we could decrease the number of free pages by the same number & use the buddy freeing function. Will do. Thanks.
Then you need to split the parts you want out into sub-functions and call it from the previous callers, and your new use for it... -- 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:"aart@kvack.org"> aart@kvack.org </a>