Home
last modified time | relevance | path

Searched refs:GetRamSize (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DSystem.h36 bool GetRamSize(UInt64 &size); // returns false, if unknown ram size
DSystem.cpp95 bool GetRamSize(UInt64 &size) in GetRamSize() function
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h26 if (NWindows::NSystem::GetRamSize(memAvail)) in InitCommon()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp929 if (!NSystem::GetRamSize(memSize)) in GetStream()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2813 bool ramSize_Defined = NSystem::GetRamSize(ramSize); in Bench()