VirtualBox

Changeset 39515 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Dec 2, 2011 1:41:07 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75190
Message:

*: Use RTLISTANCHOR.

Location:
trunk/src/VBox/Runtime/common
Files:
4 edited

Legend:

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

    r39080 r39515  
    9292    /** Critical section protecting the memory list. */
    9393    RTCRITSECT          CritSect;
    94     /** The list of memory allocated by this user. */
    95     RTLISTNODE          MemoryList;
     94    /** The list of memory allocated by this user (RTMEMTRACKERHDR). */
     95    RTLISTANCHOR        MemoryList;
    9696    /** Positive numbers indicates recursion.
    9797     * Negative numbers are used for the global user since that is shared by
     
    142142    RTCRITSECT          CritSect;
    143143    /** List of RTMEMTRACKERUSER records. */
    144     RTLISTNODE          UserList;
     144    RTLISTANCHOR        UserList;
    145145    /** The next user identifier number.  */
    146146    uint32_t            idUserNext;
     
    155155    AVLU32TREE          TagDbRoot;
    156156    /** List of RTMEMTRACKERTAG records. */
    157     RTLISTNODE          TagList;
     157    RTLISTANCHOR        TagList;
    158158#if ARCH_BITS == 32
    159159    /** Alignment padding. */
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp

    r39083 r39515  
    369369
    370370    /** The list of compilation units (RTDWARFDIE).   */
    371     RTLISTNODE              CompileUnitList;
     371    RTLISTANCHOR            CompileUnitList;
    372372} RTDBGMODDWARF;
    373373/** Pointer to instance data of the DWARF reader. */
  • trunk/src/VBox/Runtime/common/vfs/vfschain.cpp

    r39438 r39515  
    5656/** Critical section protecting g_rtVfsChainElementProviderList. */
    5757static RTCRITSECT   g_rtVfsChainElementCritSect;
    58 /** List of VFS chain element providers. */
    59 static RTLISTNODE  g_rtVfsChainElementProviderList;
     58/** List of VFS chain element providers (RTVFSCHAINELEMENTREG). */
     59static RTLISTANCHOR g_rtVfsChainElementProviderList;
    6060
    6161
  • trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp

    r39083 r39515  
    105105    PRTVFSMEMEXTENT     pCurExt;
    106106    /** Linked list of file extents - RTVFSMEMEXTENT. */
    107     RTLISTNODE          ExtentHead;
     107    RTLISTANCHOR        ExtentHead;
    108108    /** The current extent size.
    109109     * This is slowly grown to RTVFSMEM_MAX_EXTENT_SIZE as the file grows.  */
Note: See TracChangeset for help on using the changeset viewer.

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