Changeset 82565 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 12, 2019 9:12:27 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/mm.h
r82555 r82565 288 288 289 289 290 /** @defgroup grp_mm_page Physical Page Pool 291 * @{ */ 292 #if 0 293 VMMR3DECL(void *) MMR3PageAlloc(PVM pVM); 294 VMMR3DECL(RTHCPHYS) MMR3PageAllocPhys(PVM pVM); 295 VMMR3DECL(void) MMR3PageFree(PVM pVM, void *pvPage); 296 VMMR3DECL(void *) MMR3PageAllocLow(PVM pVM); 297 VMMR3DECL(void) MMR3PageFreeLow(PVM pVM, void *pvPage); 298 VMMR3DECL(void) MMR3PageFreeByPhys(PVM pVM, RTHCPHYS HCPhysPage); 299 #endif 290 /** @defgroup grp_mm_page Physical Page Pool (what's left of it) 291 * @{ */ 300 292 VMMR3DECL(void *) MMR3PageDummyHCPtr(PVM pVM); 301 293 VMMR3DECL(RTHCPHYS) MMR3PageDummyHCPhys(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.