VirtualBox

Changeset 92250 in vbox for trunk/src


Ignore:
Timestamp:
Nov 6, 2021 3:58:20 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148090
Message:

IPRT/RTR0MemObj: Added RTR0MemObjWasZeroInitialized and a couple of flags with which the backend can feed it the necessary info. It would be good to try avoid zeroing memory twice when we can. [fix] bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r92247 r92250  
    327327 *          allocations.
    328328 */
    329 RTR0DECL(bool) RTR0MemObjWasZeroInitialized(PRTR0MEMOBJ hMemObj)
     329RTR0DECL(bool) RTR0MemObjWasZeroInitialized(RTR0MEMOBJ hMemObj)
    330330{
    331331    PRTR0MEMOBJINTERNAL pMem;
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