Lines Matching refs:cutoff
107 void AllocationProfiler::sort_and_print_array(size_t cutoff) {
118 if (alloc_size > cutoff) {
142 void AllocationProfiler::print(size_t cutoff) {
147 tty->print_cr("Allocation profile (sizes in bytes, cutoff = %ld bytes):", cutoff * BytesPerWord);
154 sort_and_print_array(cutoff);
157 tty->print_cr("Allocation profile for system classes (sizes in bytes, cutoff = %d bytes):", cutoff * BytesPerWord);
163 sort_and_print_array(cutoff);
165 tty->print_cr("Permanent generation dump (sizes in bytes, cutoff = %d bytes):", cutoff * BytesPerWord);
177 sort_and_print_array(cutoff);