Searched hist:dcadb2ba8d3bf17ac01f6fea3af1dc6a11866041 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/kernel/util/ |
H A D | RadixBitmap.cpp | dcadb2ba8d3bf17ac01f6fea3af1dc6a11866041 Sun Sep 07 13:57:25 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> Patch by Zhao Shuai: * Imported radix bitmap tree implementation from FreeBSD and adjusted it for Haiku. * Make use of the radix tree in the swap support implementation instead of using simple bitmaps. This will allow for faster swap slot allocations. ATM Haiku doesn't benefit that much, since we always allocate single pages, but that will change eventually.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27355 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | dcadb2ba8d3bf17ac01f6fea3af1dc6a11866041 Sun Sep 07 13:57:25 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> Patch by Zhao Shuai: * Imported radix bitmap tree implementation from FreeBSD and adjusted it for Haiku. * Make use of the radix tree in the swap support implementation instead of using simple bitmaps. This will allow for faster swap slot allocations. ATM Haiku doesn't benefit that much, since we always allocate single pages, but that will change eventually.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27355 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/kernel/util/ |
H A D | RadixBitmap.h | dcadb2ba8d3bf17ac01f6fea3af1dc6a11866041 Sun Sep 07 13:57:25 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> Patch by Zhao Shuai: * Imported radix bitmap tree implementation from FreeBSD and adjusted it for Haiku. * Make use of the radix tree in the swap support implementation instead of using simple bitmaps. This will allow for faster swap slot allocations. ATM Haiku doesn't benefit that much, since we always allocate single pages, but that will change eventually.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27355 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/vm/ |
H A D | VMAnonymousCache.cpp | dcadb2ba8d3bf17ac01f6fea3af1dc6a11866041 Sun Sep 07 13:57:25 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> Patch by Zhao Shuai: * Imported radix bitmap tree implementation from FreeBSD and adjusted it for Haiku. * Make use of the radix tree in the swap support implementation instead of using simple bitmaps. This will allow for faster swap slot allocations. ATM Haiku doesn't benefit that much, since we always allocate single pages, but that will change eventually.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27355 a95241bf-73f2-0310-859d-f6bbb57e9c96
|