HomeSort by relevance Sort by last modified time
    Searched full:overflowallocations (Results 1 - 2 of 2) sorted by null

  /art/test/098-ddmc/src/
Main.java 45 final int overflowAllocations = 64 * 1024; // Won't fit in unsigned 16-bit value.
46 for (int i = 0; i < overflowAllocations; i++) {
50 System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations));
  /art/test/098-ddmc/
expected.txt 9 before < overflowAllocations=true

Completed in 889 milliseconds