XZ_PREALLOC
strm->state = xz_dec_microlzma_alloc(XZ_PREALLOC, dict_size);
stream->state = xz_dec_init(XZ_PREALLOC, comp_opts->dict_size);
state = xz_dec_init(XZ_PREALLOC, DICT_MAX);
# define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC)