Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java50 final int overflowAllocations = 64 * 1024; // Won't fit in unsigned 16-bit value. in testRecentAllocationTracking() local
51 for (int i = 0; i < overflowAllocations; i++) { in testRecentAllocationTracking()
55 …stem.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations)); in testRecentAllocationTracking()
/art/test/098-ddmc/
Dexpected.txt9 before < overflowAllocations=true