Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Ddecompress_unzstd.c174 void *out_allocated = NULL; in __unzstd() local
226 out_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
227 if (out_allocated == NULL) { in __unzstd()
232 out_buf = out_allocated; in __unzstd()
323 if (out_allocated != NULL) in __unzstd()
324 large_free(out_allocated); in __unzstd()