Changeset 22281 in vbox for trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
- Timestamp:
- Aug 17, 2009 8:04:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
r22273 r22281 388 388 * Walk the heap blocks. 389 389 */ 390 for (pCur = PRTHEAPSIMPLEFREE(pHeapInt + 1);390 for (pCur = (PRTHEAPSIMPLEFREE)(pHeapInt + 1); 391 391 pCur && (uintptr_t)pCur < (uintptr_t)pHeapInt->pvEnd; 392 392 pCur = (PRTHEAPSIMPLEFREE)pCur->Core.pNext)
Note:
See TracChangeset
for help on using the changeset viewer.