- Timestamp:
- Dec 30, 2022 9:26:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp
r97921 r97922 321 321 <= pBlock->pChunk->cbSize / (sizeof(*pBlock) + sizeof(void *)), 322 322 ("pChunk=%p: cbSize=%#x acBlocks[%u]=%d\n", 323 pBlock->pChunk, pBlock->pChunk->cbSize, pBlock->pChunk->acBlocks[fAllocated]));323 pBlock->pChunk, pBlock->pChunk->cbSize, fAllocated, pBlock->pChunk->acBlocks[fAllocated])); 324 324 } 325 325 … … 359 359 AssertMsg(pBlock->pChunk->acBlocks[fAllocated] >= 0, 360 360 ("pChunk=%p: cbSize=%#x acBlocks[%u]=%d\n", 361 pBlock->pChunk, pBlock->pChunk->cbSize, pBlock->pChunk->acBlocks[fAllocated]));361 pBlock->pChunk, pBlock->pChunk->cbSize, fAllocated, pBlock->pChunk->acBlocks[fAllocated])); 362 362 Assert(g_vbgldata.acBlocks[fAllocated] >= 0); 363 363 }
Note:
See TracChangeset
for help on using the changeset viewer.