Searched refs:MIN_GLOBAL_ALLOC_COUNT (Results 1 – 1 of 1) sorted by relevance
132 final int MIN_GLOBAL_ALLOC_COUNT = 100; in testGetAndReset() local134 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE; in testGetAndReset()135 for(int i = 0; i < MIN_GLOBAL_ALLOC_COUNT; i++){ in testGetAndReset()141 assertTrue(Debug.getGlobalAllocCount() >= MIN_GLOBAL_ALLOC_COUNT); in testGetAndReset()