Added TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -996,6 +996,8 @@ VMCache::SetMinimalCommitment(off_t commitment)
|
|||||||
status_t
|
status_t
|
||||||
VMCache::Resize(off_t newSize)
|
VMCache::Resize(off_t newSize)
|
||||||
{
|
{
|
||||||
|
// TODO: This method must be virtual as VMAnonymousCache needs to free allocated
|
||||||
|
// swap pages!
|
||||||
TRACE(("VMCache::Resize(cache %p, newSize %Ld) old size %Ld\n",
|
TRACE(("VMCache::Resize(cache %p, newSize %Ld) old size %Ld\n",
|
||||||
this, newSize, this->virtual_end));
|
this, newSize, this->virtual_end));
|
||||||
this->AssertLocked();
|
this->AssertLocked();
|
||||||
|
|||||||
Reference in New Issue
Block a user