VirtualBox

Changeset 82976 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Feb 4, 2020 12:36:10 PM (5 years ago)
Author:
vboxsync
Message:

VMM/GMMR0: Use the chunk list rather than the AVL tree in GMMR0FindDuplicatePageReq to look for duplicate pages. This will restricts the AVL tree to lookups and make it simpler to protect. bugref:9627

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r82975 r82976  
    537537    uint32_t            cShareableModules;
    538538
    539     /** The chunk list.  For simplifying the cleanup process. */
     539    /** The chunk list.  For simplifying the cleanup process and avoid tree
     540     * traversal. */
    540541    RTLISTANCHOR        ChunkList;
    541542
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