Changeset 26421 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 11, 2010 7:30:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memcache.cpp
r26420 r26421 268 268 pb = (uint8_t *)((uintptr_t)pb & ~(uintptr_t)7); 269 269 pPage->pbmAlloc = pb; 270 Assert((uintptr_t)pPage->pbmCtor + pThis->cBits / 8 < (uintptr_t)pPage->pdmDtor);270 // Assert((uintptr_t)pPage->pbmCtor + pThis->cBits / 8 < (uintptr_t)pPage->pdmCtor); 271 271 272 272 /* Mark the bitmap padding and any unused objects as allocated. */
Note:
See TracChangeset
for help on using the changeset viewer.