Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DDebugTest.java134 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE; in testGetAndReset() local
142 assertTrue(Debug.getGlobalAllocSize() >= MIN_GLOBAL_ALLOC_SIZE); in testGetAndReset()