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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1008 ULONG cRamMBs; local
1009 hrc = pMachine->COMGETTER(MemorySize)(&cRamMBs); H();
1012 cRamMBs = RTStrToUInt64(RTEnvGet("VBOX_RAM_SIZE"));
1014 uint64_t const cbRam = cRamMBs * (uint64_t)_1M;

Completed in 200 milliseconds