Home
last modified time | relevance | path

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

/freebsd-head/contrib/xz/src/xz/
HDlist.c25 uint64_t memusage_max; member
210 uint64_t memusage_max; member
546 if (xfi->memusage_max < bhi->memusage) in parse_block_header()
547 xfi->memusage_max = bhi->memusage; in parse_block_header()
1038 round_up_to_mib(xfi->memusage_max), 0)); in print_info_adv()
1132 xfi->memusage_max, in print_info_robot()
1152 if (totals.memusage_max < xfi->memusage_max) in update_totals()
1153 totals.memusage_max = xfi->memusage_max; in update_totals()
1227 round_up_to_mib(totals.memusage_max), 0)); in print_totals_adv()
1259 totals.memusage_max, in print_totals_robot()
/freebsd-head/usr.bin/gzip/
HDunxz.c231 uint64_t memusage_max; member