Home
last modified time | relevance | path

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

/art/test/061-out-of-memory/src/
DMain.java72 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node in testOomeSmallInternal() local
79 while (objSize >= LINK_SIZE) { in testOomeSmallInternal()