More debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35725 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dcdf2ab981
commit
a93fa3c9ea
@ -1427,6 +1427,8 @@ MemoryManager::_UnmapFreeChunksEarly(Area* area)
|
||||
if (!area->fullyMapped)
|
||||
return;
|
||||
|
||||
TRACE("MemoryManager::_UnmapFreeChunksEarly(%p)\n", area);
|
||||
|
||||
for (int32 i = 0; i < SLAB_META_CHUNKS_PER_AREA; i++) {
|
||||
MetaChunk* metaChunk = area->metaChunks + i;
|
||||
if (metaChunk->chunkSize == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user