Changeset 17372 in vbox for trunk/src/VBox/VMM/MMPhys.cpp
- Timestamp:
- Mar 5, 2009 2:34:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMPhys.cpp
r17251 r17372 40 40 #include <iprt/assert.h> 41 41 #include <iprt/string.h> 42 43 44 /**45 * Get the size of the base RAM.46 * This usually means the size of the first contigous block of physical memory.47 *48 * @returns The guest base RAM size.49 * @param pVM The VM handle.50 * @thread Any.51 */52 VMMR3DECL(uint64_t) MMR3PhysGetRamSize(PVM pVM)53 {54 return pVM->mm.s.cbRamBase;55 }56 42 57 43 #ifndef VBOX_WITH_NEW_PHYS_CODE
Note:
See TracChangeset
for help on using the changeset viewer.