Searched refs:mRAMSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp29 , mRAMSize(0), mVRAMSize(0)
116 unconst(mRAMSize) = ostype.recommendedRAM;
211 /* mRAMSize is constant during life time, no need to lock */
212 *aRAMSize = mRAMSize;
/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h87 const uint32_t mRAMSize; member in class:GuestOSType

Completed in 42 milliseconds