VirtualBox

Changeset 30836 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Jul 14, 2010 1:50:19 PM (14 years ago)
Author:
vboxsync
Message:

Removed aging tree code. Wasn't working at all. Do simple, but not so efficient complete enumeration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r30815 r30836  
    14011401 *
    14021402 * The primary tree (Core) uses the chunk id as key.
    1403  * The secondary tree (AgeCore) is used for ageing and uses ageing sequence number as key.
    14041403 */
    14051404typedef struct PGMCHUNKR3MAP
     
    14071406    /** The key is the chunk id. */
    14081407    AVLU32NODECORE                      Core;
    1409     /** The key is the ageing sequence number. */
    1410     AVLLU32NODECORE                     AgeCore;
    14111408    /** The current age thingy. */
    14121409    uint32_t                            iAge;
     
    26702667        R3R0PTRTYPE(PAVLU32NODECORE) pTree;
    26712668#endif
    2672         /** The chunk age tree, ordered by ageing sequence number. */
    2673         R3PTRTYPE(PAVLLU32NODECORE) pAgeTree;
    26742669        /** The chunk mapping TLB. */
    26752670        PGMCHUNKR3MAPTLB            Tlb;
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