VirtualBox

Changeset 87794 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Feb 18, 2021 7:19:10 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142854
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TM.cpp

    r87792 r87794  
    11261126    for (uint32_t i = 0; i < RT_ELEMENTS(s_aExtra); i++)
    11271127    {
    1128         uint32_t const cExtra = s_aExtra[i].cExtra;
    1129         PTMTIMERQUEUE  pQueue = &pVM->tm.s.aTimerQueues[s_aExtra[i].idxQueue];
     1128        PTMTIMERQUEUE pQueue = &pVM->tm.s.aTimerQueues[s_aExtra[i].idxQueue];
    11301129        if (s_aExtra[i].cExtra > pQueue->cTimersFree)
    11311130        {
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