Home
last modified time | relevance | path

Searched refs:space_diff (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dutils.c622 long space_diff = space_now - start_stats->start_space; in report_command_stats() local
628 (space_diff >= 0 ? "+" : ""), in report_command_stats()
629 space_diff); in report_command_stats()