VirtualBox

Ignore:
Timestamp:
Feb 21, 2014 2:13:48 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92394
Message:

Use HGSMI memory allocator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r50482 r50542  
    326326    pCtx->port = (RTIOPORT)VGA_PORT_HGSMI_GUEST;
    327327#ifdef VBOX_WDDM_MINIPORT
    328     return VBoxSHGSMIInit(&pCtx->heapCtx, HGSMI_HEAP_TYPE_POINTER, pvGuestHeapMemory,
     328    return VBoxSHGSMIInit(&pCtx->heapCtx, HGSMI_HEAP_TYPE_MA, pvGuestHeapMemory,
    329329                          cbGuestHeapMemory, offVRAMGuestHeapMemory, pEnv);
    330330#else
    331     return HGSMIHeapSetup(&pCtx->heapCtx, HGSMI_HEAP_TYPE_POINTER, pvGuestHeapMemory,
     331    return HGSMIHeapSetup(&pCtx->heapCtx, HGSMI_HEAP_TYPE_MA, pvGuestHeapMemory,
    332332                          cbGuestHeapMemory, offVRAMGuestHeapMemory, pEnv);
    333333#endif
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