Lines Matching full:allocated
26 * dictionary doesn't need to be allocated as
28 * structures are allocated at initialization,
32 * allocated at initialization, so xz_dec_run()
35 * allocated once the required size has been
70 * tried to be allocated was no more than the
177 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
192 * @s: Decoder state allocated using xz_dec_init()
211 * xz_dec_reset() - Reset an already allocated decoder state
212 * @s: Decoder state allocated using xz_dec_init()
224 * xz_dec_end() - Free the memory allocated for the decoder state
225 * @s: Decoder state allocated using xz_dec_init(). If s is NULL,
259 * The amount of allocated memory is a little less than 30 KiB with XZ_SINGLE.
260 * With XZ_PREALLOC also a dictionary buffer of dict_size bytes is allocated.
271 * @s: Decoder state allocated using xz_dec_microlzma_alloc()
325 * xz_dec_microlzma_end() - Free the memory allocated for the decoder state
326 * @s: Decoder state allocated using xz_dec_microlzma_alloc().