Changeset 83548 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 4, 2020 11:08:06 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef.cpp
r83547 r83548 704 704 AssertMsg(enmType != RTMEMTYPE_RTMEMFREEZ || cbUser == pBlock->cbUnaligned, 705 705 ("cbUser=%#zx cbUnaligned=%#zx\n", cbUser, pBlock->cbUnaligned)); 706 RT_NOREF(cbUser); 706 707 if (enmType == RTMEMTYPE_RTMEMFREEZ) 707 708 RT_BZERO(pv, pBlock->cbUnaligned);
Note:
See TracChangeset
for help on using the changeset viewer.