Searched refs:out_allocated (Results 1 – 1 of 1) sorted by relevance
174 void *out_allocated = NULL; in __unzstd() local226 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()