Home
last modified time | relevance | path

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

/art/test/004-ThreadStress/src-art/
DMain.java73 private final static int ALLOC_SIZE = 1024; field in Main.OOM
80 l.add(new byte[ALLOC_SIZE]); in perform()
132 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.Alloc
140 l.add(new byte[ALLOC_SIZE]); in perform()
167 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.NonMovingAlloc
176 l.add((byte[]) runtime.newNonMovableArray(byte.class, ALLOC_SIZE)); in perform()