* Fixed build when DEBUG_ALLOCATION_GROUPS is not defined, thanks Rene.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28115 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1014,6 +1014,7 @@ BlockAllocator::BitmapSize() const
|
||||
}
|
||||
|
||||
|
||||
#ifdef DEBUG_ALLOCATION_GROUPS
|
||||
void
|
||||
BlockAllocator::_CheckGroup(int32 groupIndex) const
|
||||
{
|
||||
@@ -1083,6 +1084,7 @@ BlockAllocator::_CheckGroup(int32 groupIndex) const
|
||||
(int)group.fLargestLength, (int)largestStart, (int)largestLength);
|
||||
}
|
||||
}
|
||||
#endif // DEBUG_ALLOCATION_GROUPS
|
||||
|
||||
|
||||
// #pragma mark - Bitmap validity checking
|
||||
|
||||
Reference in New Issue
Block a user