Searched refs:overflowAllocations (Results 1 – 2 of 2) sorted by relevance
45 final int overflowAllocations = 64 * 1024; // Won't fit in unsigned 16-bit value. in testRecentAllocationTracking() local46 for (int i = 0; i < overflowAllocations; i++) { in testRecentAllocationTracking()50 …stem.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations)); in testRecentAllocationTracking()
9 before < overflowAllocations=true