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