Searched refs:ALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
71 private final static int ALLOC_SIZE = 1024; field in Main.OOM78 l.add(new byte[ALLOC_SIZE]); in perform()130 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.Alloc138 l.add(new byte[ALLOC_SIZE]); in perform()165 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.NonMovingAlloc174 l.add((byte[]) runtime.newNonMovableArray(byte.class, ALLOC_SIZE)); in perform()