Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dhardware.c151 const uint64_t limit_max = UINT64_C(2000) << 20; in hardware_memlimit_set() local
153 const uint64_t limit_max = UINT64_C(4020) << 20; in hardware_memlimit_set() local
159 && memlimit_compress > limit_max) in hardware_memlimit_set()
160 memlimit_compress = limit_max; in hardware_memlimit_set()