VirtualBox

Ignore:
Timestamp:
Aug 31, 2021 1:30:41 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146658
Message:

VMM/MM: Removed the MMR3UkHeap* code as nobody is using it any more. bugref:9627

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/MMInternal.h

    r82968 r91018  
    629629    /** Pointer to the MM R3 Heap. */
    630630    R3PTRTYPE(PMMHEAP)          pHeap;
    631     /** Pointer to the MM Uk Heap. */
    632     R3PTRTYPE(PMMUKHEAP)        pUkHeap;
    633631} MMUSERPERVM;
    634632/** Pointer to the MM data kept in the UVM. */
     
    638636RT_C_DECLS_BEGIN
    639637
    640 
    641638int  mmR3UpdateReservation(PVM pVM);
    642639
    643640int  mmR3HeapCreateU(PUVM pUVM, PMMHEAP *ppHeap);
    644641void mmR3HeapDestroy(PMMHEAP pHeap);
    645 
    646 void mmR3UkHeapDestroy(PMMUKHEAP pHeap);
    647 int  mmR3UkHeapCreateU(PUVM pUVM, PMMUKHEAP *ppHeap);
    648 
    649642
    650643int  mmR3HyperInit(PVM pVM);
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