Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_LowMemoryTest/
Dmain.js1 function alloc(sizeMB, randomRatio) { argument
5 const random_count = total_count * randomRatio;
12 const const_count = total_count * (1 - randomRatio);
24 var randomRatio = parseFloat(url.searchParams.get("ratio"));
25 if (isNaN(randomRatio))
26 randomRatio = 0.666
30 document.out = alloc(allocMB, randomRatio);