VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:42:54 AM (16 years ago)
Author:
vboxsync
Message:

s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r13775 r13836  
    329329                     - sizeof(RTHEAPSIMPLEINTERNAL);
    330330    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++)
    332332        pHeapInt->auAlignment[i] = ~(size_t)0;
    333333
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette