Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java242 int globeAllocSize = Debug.getGlobalAllocSize(); in testAllocCounting() local
248 assertTrue(Debug.getGlobalAllocSize() >= globeAllocSize); in testAllocCounting()
256 globeAllocSize = Debug.getGlobalAllocSize(); in testAllocCounting()
261 assertEquals(globeAllocSize, Debug.getGlobalAllocSize()); in testAllocCounting()