Searched refs:objSize (Results 1 – 1 of 1) sorted by relevance
77 int objSize = 1 * 1024 * 1024; in testOomeSmallInternal() local78 while (objSize >= LINK_SIZE) { in testOomeSmallInternal()81 for (int i = 0; i < Runtime.getRuntime().maxMemory() / objSize; i++) { in testOomeSmallInternal()82 list.add((Object)new byte[objSize]); in testOomeSmallInternal()92 objSize = (objSize * 4) / 5; in testOomeSmallInternal()