GC_gc_no++;
if (GC_print_stats) {
- GC_log_printf("Collection %lu reclaimed %ld bytes ---> heapsize = %lu"
+ GC_log_printf("GC %lu reclaimed %ld bytes --> heapsize: %lu"
" bytes" IF_USE_MUNMAP(" (%lu unmapped)") "\n",
(unsigned long)GC_gc_no, (long)GC_bytes_found,
(unsigned long)GC_heapsize /*, */
}
if (GC_print_stats == VERBOSE) {
- GC_log_printf("Immediately reclaimed %ld bytes in heap of size"
+ GC_log_printf("Immediately reclaimed %ld bytes, heapsize:"
" %lu bytes" IF_USE_MUNMAP(" (%lu unmapped)") "\n",
(long)GC_bytes_found, (unsigned long)GC_heapsize /*, */
COMMA_IF_USE_MUNMAP((unsigned long)GC_unmapped_bytes));