Home | History | Annotate | Download | only in jni

Lines Matching refs:recordCount

859     size_t recordCount = overallSize / infoSize;
861 fprintf(fp, "Allocation records: %zd\n", recordCount);
869 qsort(info, recordCount, infoSize, compareHeapRecords);
873 for (size_t idx = 0; idx < recordCount; idx++) {