Lines Matching defs:allocated
39 * that was tried to be allocated was no more than the
131 * @s: Decoder state allocated using xz_dec_init()
150 * xz_dec_reset() - Reset an already allocated decoder state
151 * @s: Decoder state allocated using xz_dec_init()
163 * xz_dec_end() - Free the memory allocated for the decoder state
164 * @s: Decoder state allocated using xz_dec_init(). If s is NULL,
220 * is allocated once the headers have been parsed.
1204 * allocated <= size
1245 * Amount of memory currently allocated for the dictionary.
1247 uint32_t allocated;
2252 s->dict.allocated = 0;
2271 if (s->dict.allocated < s->dict.size) {
2275 s->dict.allocated = 0;