Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kdp/output_stages/
H A Dout_zlib.c38 #define MAX_ZLIB_CHUNK (1024 * 1024 * 1024) macro
206 if (length <= MAX_ZLIB_CHUNK) { in zlib_stage_outproc()
209 chunk = MAX_ZLIB_CHUNK; in zlib_stage_outproc()