Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_unzstd.c175 void *in_allocated = NULL; in __unzstd() local
205 in_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
206 if (in_allocated == NULL) { in __unzstd()
211 in_buf = in_allocated; in __unzstd()
323 if (in_allocated != NULL) in __unzstd()
324 large_free(in_allocated); in __unzstd()