Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java78 int totalAllocated = 0; in testMemoryAllocationLimit() local
96 totalAllocated = Integer.parseInt(p.substring(totalAllocIndex)); in testMemoryAllocationLimit()
105 … .setMeasurements(Measurements.newBuilder().setSingleInt(totalAllocated)) in testMemoryAllocationLimit()
107 …d to allocate an appropriate amount of memory (2.3GB) before being killed", totalAllocated > 2300); in testMemoryAllocationLimit()