Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Ddecompress_unzstd.c173 void *in_allocated = NULL; in __unzstd() local
203 in_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
204 if (in_allocated == NULL) { in __unzstd()
209 in_buf = in_allocated; in __unzstd()
321 if (in_allocated != NULL) in __unzstd()
322 large_free(in_allocated); in __unzstd()