Home
last modified time | relevance | path

Searched refs:SetAmountOfPhysicalMemoryMbForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/test/
H A Dscoped_amount_of_physical_memory_override.cc16 base::SysInfo::SetAmountOfPhysicalMemoryMbForTesting(amount_of_memory_mb); in ScopedAmountOfPhysicalMemoryOverride()
21 base::SysInfo::SetAmountOfPhysicalMemoryMbForTesting( in ~ScopedAmountOfPhysicalMemoryOverride()
/aosp_15_r20/external/cronet/base/system/
H A Dsys_info.h347 static std::optional<uint64_t> SetAmountOfPhysicalMemoryMbForTesting(
H A Dsys_info.cc266 std::optional<uint64_t> SysInfo::SetAmountOfPhysicalMemoryMbForTesting( in SetAmountOfPhysicalMemoryMbForTesting() function in base::SysInfo