Home
last modified time | relevance | path

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

/src/contrib/xz/src/xz/
H A Dhardware.c155 const uint64_t limit_max = UINT64_C(2000) << 20; in hardware_memlimit_set() local
157 const uint64_t limit_max = UINT64_C(4020) << 20; in hardware_memlimit_set() local
163 && memlimit_compress > limit_max) in hardware_memlimit_set()
164 memlimit_compress = limit_max; in hardware_memlimit_set()