Changeset 91018 in vbox for trunk/src/VBox/VMM/include/MMInternal.h
- Timestamp:
- Aug 31, 2021 1:30:41 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/MMInternal.h
r82968 r91018 629 629 /** Pointer to the MM R3 Heap. */ 630 630 R3PTRTYPE(PMMHEAP) pHeap; 631 /** Pointer to the MM Uk Heap. */632 R3PTRTYPE(PMMUKHEAP) pUkHeap;633 631 } MMUSERPERVM; 634 632 /** Pointer to the MM data kept in the UVM. */ … … 638 636 RT_C_DECLS_BEGIN 639 637 640 641 638 int mmR3UpdateReservation(PVM pVM); 642 639 643 640 int mmR3HeapCreateU(PUVM pUVM, PMMHEAP *ppHeap); 644 641 void mmR3HeapDestroy(PMMHEAP pHeap); 645 646 void mmR3UkHeapDestroy(PMMUKHEAP pHeap);647 int mmR3UkHeapCreateU(PUVM pUVM, PMMUKHEAP *ppHeap);648 649 642 650 643 int mmR3HyperInit(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.