Searched refs:out_allocated (Results 1 – 1 of 1) sorted by relevance
176 void *out_allocated = NULL; in __unzstd() local228 out_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()229 if (out_allocated == NULL) { in __unzstd()234 out_buf = out_allocated; in __unzstd()325 if (out_allocated != NULL) in __unzstd()326 large_free(out_allocated); in __unzstd()