VirtualBox

Ignore:
Timestamp:
Feb 18, 2021 6:38:24 PM (4 years ago)
Author:
vboxsync
Message:

VMM/TM: Moved the timers off the hyper heap. Replaced the relative offset addressing with queue array indexing. bugref:9943

File:
1 edited

Legend:

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

    r86683 r87792  
    910910                        PDMR0InitPerVMData(pGVM);
    911911                        IOMR0InitPerVMData(pGVM);
     912                        TMR0InitPerVMData(pGVM);
    912913                        if (RT_SUCCESS(rc) && RT_SUCCESS(rc2))
    913914                        {
     
    13061307    DBGFR0CleanupVM(pGVM);
    13071308    PGMR0CleanupVM(pGVM);
     1309    TMR0CleanupVM(pGVM);
    13081310
    13091311    AssertCompile(NIL_RTTHREADCTXHOOK == (RTTHREADCTXHOOK)0); /* Depends on zero initialized memory working for NIL at the moment. */
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