Lines Matching full:allocated
32 * dictionary doesn't need to be allocated as
34 * structures are allocated at initialization,
38 * allocated at initialization, so xz_dec_run()
41 * allocated once the required size has been
76 * tried to be allocated was no more than the
183 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
198 * @s: Decoder state allocated using xz_dec_init()
217 * xz_dec_reset() - Reset an already allocated decoder state
218 * @s: Decoder state allocated using xz_dec_init()
230 * xz_dec_end() - Free the memory allocated for the decoder state
231 * @s: Decoder state allocated using xz_dec_init(). If s is NULL,