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

/art/test/004-ThreadStress/src/
H A DMain.java60 private final static int ALLOC_SIZE = 1024; field in class:Main.OOM
67 l.add(new byte[ALLOC_SIZE]);
120 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in class:Main.Alloc
128 l.add(new byte[ALLOC_SIZE]);

Completed in 51 milliseconds