VirtualBox

Changeset 92329 in vbox


Ignore:
Timestamp:
Nov 10, 2021 3:38:52 PM (3 years ago)
Author:
vboxsync
Message:

VMM/GMM,PGM: Optimize zeroing of RAM allocations by not doing it again if the OS already zeroed an allocation. [build fix] bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/gmm.h

    r92326 r92329  
    245245     *          limited to 63 or fewer bits (52 by AMD64 arch spec).
    246246     */
     247    RT_GCC_EXTENSION
    247248    RTHCPHYS                    HCPhysGCPhys : 63;
    248249    /** Set if the memory was zeroed. */
     250    RT_GCC_EXTENSION
    249251    RTHCPHYS                    fZeroed : 1;
    250252
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