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