Searched defs:aRAMSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp71 * @param aRAMSize recommended RAM size in megabytes
78 uint32_t aRAMSize, uint32_t aVRAMSize, uint64_t aHDDSize,
92 "aRAMSize=%d, aVRAMSize=%d, aHDDSize=%lld, "
98 aRAMSize, aVRAMSize, aHDDSize,
209 HRESULT GuestOSType::getRecommendedRAM(ULONG *aRAMSize) argument
212 *aRAMSize = mRAMSize;

Completed in 45 milliseconds