Home | History | Annotate | Download | only in checks

Lines Matching defs:entryCount

392         int entryCount = classMap.size() + memberCount;
393 int capacity = entryCount * BYTES_PER_ENTRY;
516 System.out.println("Allocated size: " + (entryCount * BYTES_PER_ENTRY) + " bytes");
517 System.out.println("Required bytes per entry: " + (size/ entryCount) + " bytes");