Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dhardware.c57 static uint64_t total_ram; variable
122 new_memlimit = (uint32_t)new_memlimit * total_ram / 100; in hardware_memlimit_set()
260 total_ram, in hardware_memlimit_show()
292 memlimit_show(msgs[0], width_max, total_ram); in hardware_memlimit_show()
315 total_ram = lzma_physmem(); in hardware_init()
316 if (total_ram == 0) in hardware_init()
317 total_ram = (uint64_t)(ASSUME_RAM) * 1024 * 1024; in hardware_init()
322 memlimit_mt_default = total_ram / 4; in hardware_init()