Slipped by in r37138: Added VMCache::Dump() and removed GetLock().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -120,8 +120,6 @@ public:
|
|||||||
// long as the lock is owned.
|
// long as the lock is owned.
|
||||||
|
|
||||||
// for debugging only
|
// for debugging only
|
||||||
mutex* GetLock()
|
|
||||||
{ return &fLock; }
|
|
||||||
int32 RefCount() const
|
int32 RefCount() const
|
||||||
{ return fRefCount; }
|
{ return fRefCount; }
|
||||||
|
|
||||||
@@ -158,6 +156,8 @@ public:
|
|||||||
virtual bool DebugHasPage(off_t offset);
|
virtual bool DebugHasPage(off_t offset);
|
||||||
vm_page* DebugLookupPage(off_t offset);
|
vm_page* DebugLookupPage(off_t offset);
|
||||||
|
|
||||||
|
virtual void Dump(bool showPages) const;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
VMArea* areas;
|
VMArea* areas;
|
||||||
list_link consumer_link;
|
list_link consumer_link;
|
||||||
|
|||||||
Reference in New Issue
Block a user