VirtualBox

Changeset 87777 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Feb 17, 2021 1:48:25 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142833
Message:

VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a hyper heap allocation. bugref:9517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/TRPMInternal.h

    r82968 r87777  
    4545{
    4646#ifdef VBOX_WITH_STATISTICS
    47     /** Statistics for interrupt handlers (allocated on the hypervisor heap) - R3
    48      * pointer. */
    49     R3PTRTYPE(PSTAMCOUNTER) paStatForwardedIRQR3;
     47    /** Statistics for interrupt handlers. */
     48    STAMCOUNTER             aStatForwardedIRQ[256];
     49#else
     50    uint64_t                uWhatever;
    5051#endif
    51     uint64_t                u64Dummy;
    5252} TRPM;
    5353
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