- Timestamp:
- Apr 4, 2020 11:09:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp
r83546 r83549 700 700 AssertMsg(enmType != RTMEMTYPE_RTMEMFREEZ || cbUser == pBlock->cbUnaligned, 701 701 ("cbUser=%#zx cbUnaligned=%#zx\n", cbUser, pBlock->cbUnaligned)); 702 RT_NOREF(cbUser); 702 703 if (enmType == RTMEMTYPE_RTMEMFREEZ) 703 704 RT_BZERO(pv, pBlock->cbUnaligned);
Note:
See TracChangeset
for help on using the changeset viewer.