VirtualBox

Changeset 93603 in vbox


Ignore:
Timestamp:
Feb 4, 2022 2:11:42 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149742
Message:

ValKit/bs3-memalloc-1: No C99 for now. bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-memalloc-1.c64

    r93115 r93603  
    216216#define PAGES_2_MB(a_cPages) ((a_cPages) / (_1M / X86_PAGE_SIZE))
    217217            uint64_t cTotalPages;
     218            unsigned iLoop;
    218219
    219220            /*
     
    243244             * Time accessing all the memory again.  This might give a clue as to page pool performance.
    244245             */
    245             for (unsigned iLoop = 0; iLoop < 2; iLoop++)
     246            for (iLoop = 0; iLoop < 2; iLoop++)
    246247            {
    247248                Bs3TestSub(iLoop == 0 ? "2nd access" : "3rd access");
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