Home
last modified time | relevance | path

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

/art/test/061-out-of-memory/src/
DMain.java78 int objSize = 1 * 1024 * 1024; in testOomeSmallInternal() local
79 while (objSize >= LINK_SIZE) { in testOomeSmallInternal()
82 for (int i = 0; i < Runtime.getRuntime().maxMemory() / objSize; i++) { in testOomeSmallInternal()
83 list.add((Object)new byte[objSize]); in testOomeSmallInternal()
93 objSize = (objSize * 4) / 5; in testOomeSmallInternal()