Searched refs:cctx_mem (Results 1 – 1 of 1) sorted by relevance
13 void *cctx_mem; member115 if (zctx->cctx_mem) in zstd_destroy()116 vfree(zctx->cctx_mem); in zstd_destroy()142 zctx->cctx_mem = vzalloc(sz); in zstd_create()143 if (!zctx->cctx_mem) in zstd_create()146 zctx->cctx = zstd_init_cctx(zctx->cctx_mem, sz); in zstd_create()