Changeset 13836 in vbox for trunk/src/VBox/Runtime/common/alloc
- Timestamp:
- Nov 5, 2008 2:42:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
r13775 r13836 329 329 - sizeof(RTHEAPSIMPLEINTERNAL); 330 330 pHeapInt->pFreeTail = pHeapInt->pFreeHead = (PRTHEAPSIMPLEFREE)(pHeapInt + 1); 331 for (i = 0; i < ELEMENTS(pHeapInt->auAlignment); i++)331 for (i = 0; i < RT_ELEMENTS(pHeapInt->auAlignment); i++) 332 332 pHeapInt->auAlignment[i] = ~(size_t)0; 333 333
Note:
See TracChangeset
for help on using the changeset viewer.