Searched refs:dctx_mem (Results 1 – 1 of 1) sorted by relevance
14 void *dctx_mem; member120 if (zctx->dctx_mem) in zstd_destroy()121 vfree(zctx->dctx_mem); in zstd_destroy()151 zctx->dctx_mem = vzalloc(sz); in zstd_create()152 if (!zctx->dctx_mem) in zstd_create()155 zctx->dctx = zstd_init_dctx(zctx->dctx_mem, sz); in zstd_create()