VirtualBox

Ignore:
Timestamp:
Jan 24, 2024 12:58:12 AM (10 months ago)
Author:
vboxsync
Message:

iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the three actual uses in PGMPool with RT_BZERO/PAGE_SIZE.

File:
1 edited

Legend:

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

    r103005 r103014  
    682682                        }
    683683#endif
    684                         ASMMemZeroPage(pvShw);
     684                        RT_BZERO(pvShw, PAGE_SIZE);
    685685                        STAM_PROFILE_STOP(&pPool->StatZeroPage, z);
    686686                        pPage->cPresent = 0;
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